body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #B0BEC5;
    background-repeat: no-repeat
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px
}

.card2 {
    margin: 0px 40px
}

.logo {
    width: 200px;
    height: 58px;
    margin-top: -45px;
    margin-left: 35px;
}

.image {
    width: 360px;
    height: 280px
}

.border-line {
    /*border-right: 1px solid #EEEEEE*/
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 17px;
    padding-top: 1px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 17px;
    padding-top: 1px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 17px;
    padding-top: 1px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}
/*
input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0
}*/
.lims {
    font-weight: 900;
    opacity: 0.9;
    text-align: center;
    padding: 10px;
    font-family: fangsong;
}
button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}
.box_shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a {
    color: inherit;
    cursor: pointer
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff !important;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.btn-blue {
    background-color: #63c76a !important;
    width: 150px;
    color: #fff !important;
    border-radius: 2px
}
.mainLogin {
    position: absolute;
    z-index: 9;
    padding: 0px !important;
    height: 90vh !important;
}
.v-100{
    height:100vh !important;
}
.v-90 {
    height: 90vh !important;
}
.btn-blue:hover {
    background-color: #000;
    cursor: pointer
}

.bg-blue {
    color: #fff;
    background-color: #296D98;
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 50px
    }

    .image {
        width: 300px;
        height: 220px
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }
}