body {
    margin: 0px;
    padding: 0px;
}
* {
    font-family: Roboto;
    font-size: small;
}
.parent {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F0F0F0;
}
.parent.pbt {
    background-color: #0D204F;
}
.background-img {
    background: url("../images/home-background.jpg") no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.20);
    border-radius: 12px;
    width: 350px;
    min-height: 450px;
    height: auto;
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pbt-background-img {
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 12px;
    width: 350px;
    min-height: 450px;
    height: auto;
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.background-img img {
    margin:auto;
    display: block;
    padding: 20px;
}
.pbt-background-img img {
    margin: auto;
    display: block;
    padding: 20px;
}
.background-img .login-form {
    display: block;
    margin: 0px 25px;
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.20);
    border-radius: 12px;
}
.pbt-background-img .pbt-login-form {
    display: block;
    margin: 0px 25px;
    padding: 10px 25px 45px 25px;
    background: #FFFFFF;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.20);
    border-radius: 12px;
}
.login {
    display: block;
}
h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    margin: 0px;
}
.col-form-label {
    display: block;
}

.rememberme {
    padding-top: 12px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
.logo {
    position: absolute;
}
.login-section {
    position: fixed;
    background: #FFFFFF;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
}
.checkbox {
    margin-top: 5px;
    vertical-align: middle;
}
#login {
    position: absolute;
    font-family: "Exo 2", Helvetica;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
}
a{
    color: #00d36f;
}
/* .user-text {
    position: absolute;
    width: 320px;
    height: 71px;
    top: 78px;
    margin-left: -47px;
}
.pass-text {
    position: absolute;
    width: 320px;
    height: 71px;
    top: 133px;
    margin-left: -46px;
} */
/* #username {
    position: absolute;
    width: 70px;
    height: 20px;
    left: 64px;
    top: -20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
}
#password {
    position: absolute;
    width: 62px;
    height: 20px;
    left: 65px;
    top: -20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
} */
.text-input {
    /* position: absolute;
    width: 251px;
    height: 32px;
    left: 26px; */
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 12px;
    font-size: 13.5px;
    width: 100%;
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0px .8px .8px 1.5px rgba(0,0,0,.4);
    /* border: none;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.4);
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 13px;
    transition: box-shadow .2s ease-in-out; */
}
.btn {
    background: #09BEE0;
    border-radius: 3px;
    border: none;
    width: 100%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    padding: 10px 0px 10px 0px;
    margin-top: 16px;
}
.pbt-btn {
    background: #00D36F;
    border-radius: 3px;
    border: none;
    width: 100%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 13px 0px 13px 0px;
    margin-top: 30px;
}
#submit-text {
    position: static;
    font-weight: 500;
    font-size: 11px;
    line-height: 5px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0px 10px;
}
.bottom-btn {
    display: inline-flex;
    float:left;
}
.signup {
    display:inline-flex;
    float:right;
}
.bottom-text {
    padding-top:5px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    color: #666666;
}
.bottom-text a {
    text-decoration: none;
    color: #09BEE0;
}
.pbt-bottom-text a {
    text-decoration: none;
    color: #00D36F;
}

.text-danger {
    color: red;
}
.alert-error {
    color: red;
    font-size: smaller;
}
.text-danger ul {
    padding-inline-start: 20px;
}
.push-top {
}
