body, .btn, p, h1{
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    /* font-family: 'Font Awesome\ 5 Free'; */
}
.bg-img1 {
    background-image: url(../images/signup.jpg) !important;
    background-position: center center;
    background-size: cover;
    padding: 0px;
}
.bg-img2 {
    background-image: url(../images/login.jpg) !important;
    background-position: center center;
    background-size: cover;
}
.img-section {
    height: 100vh;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
    padding: 0px 30px;
}
.register-bg {
    position: absolute;
    top: 45%;
    right: -37px;
}
.bg-login {
    position: absolute;
    left: -37px;
    top: 45%;
}
.blue-text
{
    color: #2da6f7;
    font-size: 29px;
    font-weight: 600;
    margin: 20px 0px;
}
.white-para
{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.blue-button
{
    background: #2da6f7;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 50px;
    transition: all linear .3s;
    text-transform: uppercase;
    height: 50px;
    width: 170px;
    border-color: #2da6f7;
    margin-top: 20px;
    box-shadow: 5px 5px 15px #2da6f780;
}
.blue-button:hover
{
    background: #fff;
    color: #2da6f7;
    border-color: #2da6f7;
}
form {
    width: 400px;
    /*margin: 30px auto;
    margin-top: 80px;*/
}
.small-text
{
    font-size: 13px;
    color: #a6adb3;
    font-weight: normal;
}
.login-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.login-text .small-text {
    margin: 0px;
    margin-right: 10px;
}
.login-button
{
    background: #8BC34A;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border-radius: 50px;
    transition: all linear .3s;
    border-color: #8BC34A;
    padding: 3px 15px;
    box-shadow: 5px 5px 15px #8bc34a4f;
}
.login-button:hover {
    background: #fff;
    color: #8BC34A;
    border-color: #8BC34A;
}
.login-caption h4
{
    color: #14191d;
    font-size: 26px;
    font-weight: 400;
}
.login-caption p
{
    color: #14191d;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
}
.login-form {
    margin-top: 25px;
}
.login-form label
{
    color: #14191d;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: .3rem;
}
.dark-blue
{
    background: #05395b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all linear .3s;
    text-align: center;
    height: 40px;
    width: 150px;
    margin-top: 15px;
    box-shadow: 5px 5px 15px #05395b3b;
}
.w-200
{
    width: 200px;
}
/* .green-color {
    background: #8BC34A;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 50px;
    transition: all linear .3s;
    border-color: #8BC34A;
    padding: 3px 15px;
    box-shadow: 5px 5px 15px #8bc34a4f;
    height: 40px;
    text-transform: uppercase;
} */

  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a6adb3 !important;
    font-size: 13px;
    font-weight: 300 !important;
}


  .center-caption .form-control:focus {
    background-color: #fff;
    border-color: rgb(205, 216, 221);
    outline: 0;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
}
.center-caption .form-control {
    font-size: 14px;
    background-color: #fff;
    border-color: rgb(205, 216, 221);
    height: 40px;
}
.dark-blue:hover
{
    background: #ffffff;
    color: #05395b;
    border-color: #05395b;
}
.btn:focus
{
    outline: none;
    box-shadow: none;
}
.center-caption
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/*register */
.reg-para
{
    font-size: 14px;
    color: #14191d;
    margin: 0px;
    margin-top: 20px;
    text-align: center;
}
.reg-para a {
    color: #14191d;
    text-decoration: none;
}
.reg-bluetext
{
    color: #2da6f7;
    font-size: 14px;
    margin-left: 10px;
}
.align-top
{
    position: absolute;
    top: 20px;
    right: 20px;
}
/* end */

/* alert */
.swal2-popup {
    width: 20em !important;
    font-size: 14px !important;
    height: 15rem;
    /*box-shadow: 5px 5px 15px #2da6f74a !important;*/
}
.swal2-styled:focus {
    outline: 0;
    box-shadow: none !important;
}
.swal2-styled.swal2-confirm {
    background-color: #2da6f7 !important;
    width: 100%;
    border-radius: 50px !important;
    font-size: 13px !important;
    box-shadow: 5px 5px 15px #2da6f74f;
}
.swal2-content {
    font-size: 13px !important;
    line-height: 20px !important;
}
/* */

/* today 7/7/2020 */
.display-center
{
    justify-content: center;
}
.check-style label
{
    margin-bottom: 0;
    text-transform: capitalize;
}
.check-style .form-check-input {
    margin-top: 0.2rem;
}
.loginsec
{
    color: #8BC34A !important;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
}
.was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label {
    color: #14191d;
}
/* end */

@media only screen and (min-device-width: 411px) and (max-device-width: 823px) {
   
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    form {
        margin: 0px auto;
        width: 100%;
        text-align: center; 
    }
    .login-form .form-group {
    margin-bottom: 1rem;
    text-align: left;
}
    .align-top {
        position: relative !important;
        top: 50px !important;
        right: 0px;
        margin-bottom: 40px;
    }
    .blue-text {
        font-size: 27px;
    }
    #first {
        order: 1;
        margin-top: 0px;
    }
    #second {
        order: 2;
    }
    .register-bg {
        display: none;
    }

    .bg-img1 {
        background-image: none !important;
    }
    .mob-view {
        background-image: url(../images/signup.jpg) !important;
        background-position: center center;
        background-size: cover;
        padding: 0px;
        height: 100vh;
    }
    .bg-img2 {
        background-image: none !important;
    }
    .reg-para a {
        color: #fff;
    }
    .img-section {
        display: block;
        margin-top: 20px;
        text-align: center;
        height: auto !important;
    }
    .login-text {
        justify-content: center;
    }
    /*.center-caption {
        margin-top: -450px;
    }*/
    .login-caption h4 {
        color: #fff;
    }
    .login-caption p {
        color: #fff;
    }
    .login-form label {
        color: #fff;
    }
    .dark-blue {
        background: #2da6f7;
    }
    ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #51565a !important;
    }
    .small-text {
        color: #fff;
    }
    .bg-login {
        display: none;
    }
    /* today */
    .form-check.check-style {
        text-align: left;
    }
    .mobview-none
    {
        display: none;
    }
    .sp-dec1
    {
        margin-top: -80px;
    }
    .sp-dec2
    {
        margin-top: -50px;
    }
    .sp-dec3
    {
    margin-top: -200px;
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1000px) {
    .register-bg {
        display: none;
    }
    .bg-img1 {
        background-image: none !important;
    }
    .mob-view {
        background-image: url(../images/signup.jpg) !important;
        background-position: center center;
        background-size: cover;
        padding: 0px;
        position: relative;
    }
    .img-section {
        display: block;
        margin-top: 20px;
        text-align: center;
    }
    .login-text {
        justify-content: center;
    }
    .center-caption {
        position: absolute;
        top: 350px;
    }
    .login-caption h4 {
        color: #fff;
    }
    .login-caption p {
        color: #fff;
    }
    .login-form label {
        color: #fff;
    }
    .dark-blue {
        background: #2da6f7;
    }
    ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #51565a !important;
    }
    .small-text {
        color: #fff;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation:portrait) 
{
    
    

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) 
{
    
    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) 
{
    
}

@media only screen and (min-width: 800px) and (max-width: 1280px)
 {
    .blue-text {
        color: #2da6f7;
        font-size: 28px;
        font-weight: 600;
        margin: 20px 0px;
    }
}


@media only screen and (min-width: 1024px)
{
.invalid-feedback {
    color: #223651;
    text-transform: capitalize;
}
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{ border-color: #150a1b; }
}