.refresh-icon {
    cursor: pointer;
    font-size: 40px !important;
    margin-left: 5px;
}

.refresh-icon:hover {
    box-shadow: #333 5px 5px 20px;
}

.error {
    color: red;
    font-size: 16px;
    margin-left: 11px;
    font-weight: bold;
}

.loginPanel-control {
    width: 100%;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
    font-style: normal;
    box-shadow: none;
    transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
    border-radius: 5px;
    padding: 13px 25px;
    box-sizing: border-box;
    background: #ffffff;
}

.head-loginPanel {

    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 300;
    text-decoration: underline;
    font-weight: 700;
}

.login-field_inp {
    width: 50%;
    float: left;
    padding: 0px 6px;
    box-sizing: border-box;
    margin-bottom: 10px
}
@media only screen and (max-width: 480px){
    .login-field_inp{
        width: 100%;
        padding: 0px;
    }
}
@media only screen and (max-width: 991px) {
    .formbox {
        width: 100% !important;
    }
}
.contact_btn
 {
    display: inline-block;
    cursor: pointer;
    padding: 9px 0px;
    border: 1px solid #f5ba1c;
    border-radius: 0;
    background: #f5ba1c;
    color: #333;
    text-shadow: none;
    position: relative;
    text-decoration: none;
    line-height: 20px;
    font-size: 18px;
    width: 184px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding-right: 100px;
    padding-left: 25px;
}
.head_nav{
    text-decoration: underline;
        color: white;
}
.logout:hover {
    text-decoration: underline;
    box-shadow: #333 5px 5px 10px;

}

.logout {
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: #333 5px 5px 20px;

}
.heading {
    text-align: center;
    padding-bottom: 2px;
    width: 100%;
        color: white;
}
.btn_sumbit{
    margin-bottom: 5px;
}
.btn_sumbit:hover {
    background-color: #0088ff;
    box-shadow: #333 5px 5px 10px;
}