.navbar-default{
            background-color:white;
            border:none;
        }
        .navbar-collapse{
            text-align:center;
        }
        
        .dropdown-menu li{
            text-align:center;
        }
        li a{
            text-transform:uppercase;
            font-size:15px;
        }
        li a:hover,
        li.active a {
            cursor:pointer;
            text-decoration: none;
            color:#0066CC!important;
            background-color:white !important;
        }
        
        #logo {
            margin-top:20px;
            
        }
        .navbar-nav{
            margin-left:50px!important;
        }
/*Form*/
#login-content{
    min-height: 1000px;
    background-image: url(../images/Login-cover.jpeg);
    background-size: cover;
    background-position: center; 
}
.input-form{
    background-color:rgba(0, 82, 214, 0.71);
    padding:10px 0px 10px 0px;
    margin-top: 170px;
    margin-bottom: 20px;
    
}
.reg-form{
    display:none;
}
h2{
    color: white!important;
}

.input-class{
    font-family: "Roboto", sans-serif;
    width:50%;
    height: 40px;
    margin: 10px;
    padding:5px;
    background-color: #0066cc;
    color: white;
    outline: 1;
    border:0;
    box-sizing: border-box;
}

.btn-class{
    margin: 5px;
    width:50%;
    height: 35px;
    background-color: forestgreen;
    border: 0;
    color: white;
    text-transform: uppercase;
}
.btn-class:hover{
    background-color: green;
}
.button-previous {
    width:49%;
    height: 35px;
    background-color: forestgreen;
    border: 0;
    color: white;
    text-transform: uppercase;
}
.button-previous:hover{
    background-color: green;
    display: inline-block;
}
.button-next {
    display: inline-block;
    width:49%;
    height: 35px;
    background-color: forestgreen;
    border: 0;
    color: white;
    text-transform: uppercase;
}
.button-next:hover{
    background-color: green;
}
.select{
    width:50%;
    height:30px;
    border-radius: 5px;
    margin:5px;
}
.error{
    margin-top:10px;

    font-weight: bold;
    color:red;
}
#question1{
    margin-top:10px;
}
#question1 p {
    font-size: 15px;
    color:white !important;
}
#question1 a {
    color:darkblue;
}
#question1 a:hover {
    cursor: pointer;
    color:white!important;
}
#question2{
    margin-top:10px;
}
#question2 p {
    font-size: 15px;
    color:white !important;
}
#question2 a {
    color:darkblue;
}
#question2 a:hover {
    cursor: pointer;
    color:white!important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}

@media(max-width:450px) {
    .login-content{
        height:400px!immportant;
    }
    .input-form{
        
        margin:0px!important;
        position: relative;
    }
    #logo img{
        height:50px!important;
        width:160px!important;
    }
    #logo{
        height:80px!important;
    }
    .navbar-toggle{
        margin-top:30px!important;
    }
    #header{
        height:100px;
    }
    
    .btn-class{
        height:40px;
        width:300px;
    }
    .input-class{
        width:300px;
    }
    .navbar-collapse{
        background-color: #333;
    }
    .dropdown-menu #login{
        background-color: #333!important;
    }
    .navbar-default .navbar-nav>li>a{
        color:#fff!important;
        font-family: 'Roboto', sans-serif;
    }
    .navbar-header{
        height:100px!important;
    }
    .navbar{
        margin-bottom:0px!important;
    }
    .select{
        width:100%;
    }
    .input-form{
       top:180px;
    }
    
}
@media(max-width:768px) and (min-width:451px){
    .navbar-header{
        height:140px!important;
    }
    #login-content{
        height:500px!important;
    }
    .input-form{
        margin:0px;
    }
    .navbar-toggle{
        top:50px;
    }
    li a{
        font-size: 5px!immportant;
        padding:6px!important;
    }
    #logo{
        top:20px!immportant;
        width:300px!important;
        height:90px!important;
    }
}
@media(max-width:1024px) and (min-width:769px){
    .navbar-header{
        height:200px;
    }
    #logo{
        width:100%!important;
    }
    #login-content{
        height:1150px;
    }
    .input-form{
       margin-top:0px;
    }
    .input-class{
    font-family: "Roboto", sans-serif;
    width:250px;
    height: 40px;
    margin: 10px;
    padding:5px;
    background-color: #0066cc;
    color: white;
    outline: 1;
    border:0;
    box-sizing: border-box;
    }

    .btn-class{
        margin: 5px;
        width:250px;
        height: 40px;
        background-color: forestgreen;
        border: 0;
        color: white;
        text-transform: uppercase;
    }
    li a{
        font-size: 5px!immportant;
        padding:10px!important;
    }
}



