/*
          sign in page css start here
 */

.login_color {
    color: #fbaa33 !important;
}

#login_form {
    padding-top: 50px;
    padding-bottom: 100px;
}

.sing_btn button {
    width: 100%;
    background: red;
    font-family: 'Arimo';
    font-size: 20px;
    font-weight: 600;
    color: white;
    padding: 6px 0px;
    margin-top: 15px;
    margin-bottom: 30px;
    transition: all linear .4s;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -ms-transition: all linear .4s;
    -o-transition: all linear .4s;
}

.sing_btn button:hover {
    background: black;
}

.sign_in h2 {
    font-family: 'Arimo';
    font-size: 28px;
    font-weight: 700;
    color: #2e3e50;
    padding-bottom: 10px;
    position: relative;
}

.sign_in h2:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 4px;
    border-radius: 5px;
    background: #2e3e50;
    left: 43%;
    top: 95px;
}

.sign_in p {
    font-family: 'Arimo';
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    padding-bottom: 20px;
}

.sign_email .form-control {
    font-family: 'Arimo';
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    font-style: normal;
    border: 0px;
    border-bottom: 1px solid #dddddd;
    padding-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

.sign_email {
    position: relative;
}

.sign_email i {
    right: 1px;
    top: 30px;
    position: absolute;
    color: #999;
}

.f_pass a {
    font-family: 'Arimo';
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    transition: all linear .4s;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -ms-transition: all linear .4s;
    -o-transition: all linear .4s;
}

.f_pass a:hover {
    color: #2d3e50;
}

.f_pass .social {
    display: inline-block;
    position: relative;
}

.f_pass .social::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background: #dddddd;
    right: 48px;
    top: 5px;
}

.f_pass .social a i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: red;
    color: white;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin-left: 13px;
}

.f_pass .social .facebook {
    background: #4d65aa;
}

.f_pass .social .google {
    background: #d9594f;
}

.f_pass p {
    font-family: 'Arimo';
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    display: inline-block;
}

.signup {
    font-family: 'Arimo';
    font-size: 16px;
    font-weight: 400;
}

.signup p {
    color: #999999;
    display: inline-block;
}

.signup .change {
    padding-top: 8px;
    font-size: 15px;
}

.signup a {
    color: #2d3e50;
}

.signup .change1 {
    font-size: 15px;
}

.sing_btn .btn:focus {
    outline: 0;
    box-shadow: none;
}

.sign_email .form-control:focus {
    border-bottom: 1px solid #2d3e50;
}

input:focus::placeholder {
    color: #2d3e50;
}

input:focus+i {
    color: #2d3e50 !important;
}

/* Hide Calendar Icon In Chrome */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input#session-date {
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

input#session-date::-webkit-calendar-picker-indicator {
    display: block;
    top: 0;
    left: 0;
    background: #0000;
    position: absolute;
    transform: scale(12)
}

/*
         sign in page css end here
 */
