body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: table;
    font-family: 'DM Sans', sans-serif;
    color: #222525;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background: #f8f6f4;
}

body {
    display: table-cell;
    vertical-align: middle;
}

.login-box{

    background: #ffffff;
    display: table; /* shrinks to fit conntent */
    margin: auto;
    width: 430px;
    padding: 50px 45px;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.05);

}

.loginWrp {
    margin-top: 70px;
    margin-bottom: 50px !important;
    display: table;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
}

    .loginWrp .title {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 40px;
    }



    form h2{
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 40px;
    }
    .form-control {
        border: none;
        height: 42px;
        font-size:14px;
        color:#000000;
        border-bottom: #038466 solid 1px;
        border-radius: 0px;
        padding: 0px 0px;
    }

    .form-control:focus {
        box-shadow: none!important;
    }


    .btn{
        background-color: #038466!important;
        color: #ffffff !important;
      }

.portal-cai-logo{
    margin-bottom:24px;
}
.signinBtn, .submit {
   width: 100% !important;
    font-size: 16px !important;
    font-weight: 700!important;
    padding: 10px 24px!important;
}

.submit{
    width: auto!important;
}

.title {
    font-size: 30px;
    font-weight: 700;
   margin-bottom: 40px;
   
}



.rememberMe{
    float:left;
}
.ForgotPassword{
    float:right;
    font-size:15px;
}

.ForgotPassword a {
    color:#000000;
}

form h1 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}
.head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: 14px;
}

.perror{
    color:red;
    margin-top:10px;
    font-size:14px;
    font-weight:600;
}

.text-danger {
    font-size: 12px;
    color: #dc3545 !important;
}

#RememberMe{
    position: relative;
    top: -1px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
  }

  .login-box h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 46px;
}

.partner{
    text-align: right;
    padding-right: 83px;
}