

body {
    background-image: url("../images/background2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.bielement{
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 80px;
}

.form-signin {
    max-width: 380px;
    padding: 35px 35px 45px;
    margin: 200px auto;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,0.1);

    .form-signin-heading,
	  .checkbox {
	       margin-bottom: 30px;
    }

    .form-control {
	       position: relative;
         font-size: 16px;
         height: auto;
         padding: 10px;
	       @include box-sizing(border-box);

         &:focus {
            z-index: 2;
	       }
    }



    input[type="text"] {
        margin-bottom: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    input[type="password"] {
        margin-bottom: 20px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.logo {
    margin-bottom: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
}

.textboxes {
    width: 100%;
}

.topnav {
    overflow: hidden;
    background-color: #ffffff;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.topnav a {
    float: left;
    color: #18aac5;
    text-align: center;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 17px;
}
.topnav p {
    float: left;
    color: #18aac5;
    text-align: center;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    color: #ffffff;
    background-color: #18aac5;
    border-radius: 25px;
    opacity: 0.5;
}

.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.topnav-right {
    float: right;
}

.accountDetails {
    background-color: white;
    margin-top: 10px;
}
.accountDetails table {
    color: #ffffff;
    width: 100%;
    border-radius: 15px;
    padding: 5px;
}
.accountDetails tr:nth-child(even) {
    background-color: #f2f2f2;
    color: black;
    height: 30px;
}
.accountDetails tr:nth-child(odd) {
    background-color: #18aac5;
    padding: 2px;
    height: 30px;
}
