﻿body {
    display: block;
    white-space: normal;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #3c3c3c;
}


.txtupper {
    text-transform: uppercase;
}

.txtlower {
    text-transform: lowercase;
}

.txtwhite {
    color: white;
}

.login_container2_mob_view {
    background-color: white;
    width: 100%;
    height: 100%;
    box-shadow: 1px 0px 4px 1px rgba(2, 2, 2, 0.4);
    display: inline-block;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.login_form_container2 {
    width: 55%;
    box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    margin: auto;
    margin-top: 5%;
}

.login_signin_header {
    padding: 30px 40px 40px 45px;
    font-size: 130%;
    font-weight: 500;
    background-color: #fff;
    color: #424242;
    text-align: left;
}

.para_text {
    padding: 30px;
    font-size: 120%;
    background-color: #1976d2;
}

.login_form_input {
    padding: 0 40px 40px 40px;
    background-color: white;
}

.login_signin {
    margin-top: 55px;
    padding: 20px;
    background-color: #1976d2;
    text-decoration: none;
    color: white;
    text-align: right;
}

.login_forgotpwd a {
    text-decoration: none;
    color: #3c3c3c;
}



.underline-effect {
    position: relative;
}

    .underline-effect:after {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 0;
        height: 4px;
        background-color: #2183e3;
        content: "";
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .underline-effect:hover:after {
        width: 100%;
    }

.container {
    text-align: left !important;
}

:focus {
    outline: none;
}

.effect-16 ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.4s;
}

.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border {
    width: 100%;
    transition: 0.4s;
}

.logo-image,
h1,
p {
    text-align: center;
}

 /* -------------------- Font styles ------------------------------------- */

.display1 {
    font-size: 28px;
    font-weight: 100;
    line-height: 1.2;
    color: #212121;
    text-transform: inherit;
    margin-top: -4px;
    letter-spacing: inherit;
}

.subhead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1;
    color: #212121;
    text-transform: inherit;
    letter-spacing: inherit;
}

/* card animation from Animate.css -------------------- */

@-webkit-keyframes cardEnter {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        -ms-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes cardEnter {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        -ms-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

.btn-infor {
    background-color: #868686;
    border-color: #868686;
    color: white;
}

    .btn-infor:hover {
        background-color: #9e9e9e;
        border-color: #9e9e9e;
        color: white;
    }

button {
    position: relative;
    display: block;
    width: 13em;
    height: 5em;
    border: none;
    outline: none;
    letter-spacing: .2em;
    font-weight: bold;
    background: #dfdfdf;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    border-radius: 2px;
}

    button:nth-child(2) {
        color: #fff;
        background: #4285f4;
    }

    button:nth-child(3) {
        color: #fff;
        background: #00bad2;
    }

    button:nth-child(4) {
        color: #fff;
        background: #ff8a80;
    }

.ripple {
    position: absolute;
    background: rgba(0, 0, 0, .15);
    border-radius: 100%;
    transform: scale(0);
    pointer-events: none;
}

    .ripple.show {
        animation: ripple .75s ease-out;
    }

@keyframes ripple {
    to {
        transform: scale(2);
        opacity: 0;
    }
}

input:-webkit-autofill {
    background-color: aqua !important;
}

/*.login_container1 {
    background-color: #1976d2;
    width: 100%;
    float: left;
}

.login_container2 {
    background-color: white;
    width: 100%;
    box-shadow: 1px 0px 4px 1px rgba(2, 2, 2, 0.4);
    float: right;
}*/

/*.login_image_container {
    padding: 6%;
    text-align: center;
}*/

.login_form_container1 {
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: auto;
    margin-top: 2%;
    line-height: 250%;
}

.login_forgotpwd {
    padding: 25px;
    font-size: 90%;
    text-align: center;
    color: #3c3c3c;
    cursor: pointer;
}

input[type="text"],
input[type="password"] {
    font: 15px/24px;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.effect-16 ~ label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    color: #757575;
    transition: 0.3s;
    font-size: 11px;
    z-index: -1;
    letter-spacing: 0.7px;
}

.effect-16:focus ~ label,
.has-content.effect-16 ~ label {
    top: -16px;
    font-size: 12px;
    color: #3399FF;
    transition: 0.3s;
}