.form-02-main {
    background: url(../../images/auth/login-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 100vh;
}

.form-03-main {
    width: 500px;
    display: block;
    margin: 10dvh auto;
    padding: 20px 30px 10px 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    z-index: 9;
    box-shadow: 0px 0px 400px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(44, 44, 44, 0.1);
}

.form-02-main .form-03-main img {
    display: block;
    margin: 15px 5px 5px 26px;
    width: 100%;
    max-width: 360px;
    max-height: 130px;
}

.mbdFoatingLabel input {
    padding-left: 32px;
}

.mbdFoatingLabel label {
    left: 32px;
}

.mbdFoatingLabel i {
    color: #868686;
    position: absolute;
    top: 20px;
    left: 0px;
    font-size: 16px;
    padding: 9px 0px 0px 10px;
}

.form-group {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.form-group p {
    margin: 0px;
}

.form-check input {
    width: 22px;
    height: 21px;
}

.form-check label {
    font-size: 14px;
    margin-left: 7px;
    margin-top: 2px;
}

.form-check input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

._btn_04 {
    display: inline-block;
    width: 100%;
    background: #2b3990;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
}

._btn_04 button {
    font-size: 15px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 12px 0px;
    border-radius: 10px;
}

._btn_04 button:hover {
    background: #c32f10;
    color: #fff;
    transition: 0.8s;
}

._social_04 {
    display: block;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}

._social_04 ol li {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    transition: 0.2s;
    background: #fff;
    border-radius: 50px;
    border: 1px solid#2b3990;
    margin: 0 0 0 10px;
    transition: 0.2s;
    cursor: pointer;
}

._social_04 ol li:nth-child(1):hover {
    background: #3b5998;
    border: 1px solid#3b5998;
    color: #fff;
    transition: 0.2s;
}

._social_04 ol li:nth-child(2):hover {
    background: #00aced;
    border: 1px solid#00aced;
    color: #fff;
    transition: 0.2s;
}

._social_04 ol li:nth-child(3):hover {
    background: #c32f10;
    border: 1px solid#c32f10;
    color: #fff;
    transition: 0.2s;
}

._social_04 ol li:nth-child(4):hover {
    background: #e1306c;
    border: 1px solid#E1306C;
    color: #fff;
    transition: 0.2s;
}

._social_04 ol li:nth-child(5):hover {
    background: #0177b5;
    border: 1px solid#0177b5;
    color: #fff;
    transition: 0.2s;
}

._social_04 ol li:hover,
._social_04 ol li:hover i {
    color: #fff;
}

._social_04 ol li i:nth-child(1):hover {
    color: #fff;
}

._social_04 ol li i {
    font-size: 15px;
    color: #2b3990;
}

.nm_lk {
    text-align: center;
    padding-bottom: 0 !important;
}

@media screen and (max-width: 600px) {
    .form-03-main {
        width: 100%;
    }
}
