body {
    font-family: Helvetica;
    background: #eee;
    -webkit-font-smoothing: antialiased;
    color: #666666;
}
.login_field_title{
    font-size: 15px;
    margin-top: 6px;
    /*font-weight: bold;*/
}
#forgot_link{
    text-decoration: underline overline;;
}
#dXNlcl9uYW1lwiuery::after{
    float: right;
}
.btn-yellow {
    background: #f3a90f;
    border: 1px solid transparent;
}
.signup_section .login_btn,.signup_section .login_btn:hover{
    /*width: 192px;
    background-color: #f4a90f;*/
    background: #f3a90f;
    border: 1px solid transparent;
    font-size: 16px;
}
.login-container .btn-yellow,.login-container .btn-yellow:hover{
    background: #f3a90f;
    border: 1px solid transparent;
    font-size: 16px;
}
body {
    background: #efeff0;
}
.login_field{
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    padding-left: 12px;
    font-size: 15px;
}
.field_icon{
    margin-top: 10px;
    position: absolute;}
h1, h3 { font-weight: 300; }

h1 { color: #636363; }

h3 { color: #4a89dc; }

form {
    width: 380px;
    margin: 4em auto;
    padding: 3em 2em 2em 2em;
    background: #fafafa;
    border: 1px solid #ebebeb;
    box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
}
.class-mark{
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    line-height: 1;
}
.group {
    position: relative;
    margin-bottom: 35px;
}

input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: #fafafa;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}
select {
    font-size: 16px;
    /* padding: 10px 10px 10px 5px; */
    -webkit-appearance: none;
    display: block;
    background: #fafafa;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}

input:focus { outline: none; }


/* Label */

label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all 0.2s ease;
}


/* active */

input:focus ~ label, input.used ~ label {
    top: -20px;
    transform: scale(.75); left: -2px;
    /* font-size: 14px; */
    color: #c9c9c9;
}


/* Underline */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #c9c9c9;
    transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }


/* active */

input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }


/* Highlight */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active */

input:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}


/* Animations */

@keyframes inputHighlighter {
    from { background: #4a89dc; }
    to 	{ width: 0; background: transparent; }
}




.ripples.is-active .ripplesCircle {
    animation: ripples .4s ease-in;
}


/* Ripples animation */

@keyframes ripples {
    0% { opacity: 0; }

    25% { opacity: 1; }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

footer { text-align: center; }

footer p {
    color: #888;
    font-size: 13px;
    letter-spacing: .4px;
}

footer a {
    color: #4a89dc;
    text-decoration: none;
    transition: all .2s ease;
}

footer a:hover {
    color: #666;
    text-decoration: underline;
}

footer img {
    width: 80px;
    transition: all .2s ease;
}

footer img:hover { opacity: .83; }

footer img:focus , footer a:focus { outline: none; }
.login-container{
    /* width: 650px; */
    margin: 0 auto;
    border: 1px solid rgb(190, 189, 187);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 31px;
    margin-top: 178px;
    border-radius: 14px !important;
}
.login_title{
    font-size: 25px;
    padding-bottom: 22px;
}
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}

@media only screen and (max-width: 480px) {
    .login-container {
        margin-top: 20px;
    }
    .signup-fld .w-50{
        width: 100% !important;
    }
    .login_field_title span{
        display: none;
    }
    .login_field_title {
        text-align: left !important;
    }
}