#submit{
    background:none;
    border:none;
    outline: none;
    cursor: pointer;
}
.invalid-feedback{
    display: flex;
    justify-content: center;
    color: red;
}
body{
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.login-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: end;
    flex-direction: column;
    position: relative;
    padding: 0 20px 77px 20px;
    /*extra for middle content*/
    min-height: 100vh;
    align-items: center;
}
.login-wrapper  .stratent-img {
    width: 100%;
    /*max-width: 13.6%;*/
    max-width: 10.6%;
    position: absolute;
    bottom: 25px;
    right: 15px;
    display: none;
}
.login-wrapper  .stratent-img > img {
    width: 100%;
    height: auto;
}
.login-container {
    margin-top: 25px;
    width: 100%;
}
.title {
    width: 100%;
    /*max-width: 44.4%;*/
    max-width: 38.4%;
    margin: 0 auto 46px auto;
}
.title > .title_img, .rtrack-logo_img > .track-img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.rtrack-logo_img {
    width: 100%;
    /*max-width: 45.7%;*/
   /* max-width: 39.7%;*/
   max-width: 250px;
    margin: 0 auto 20px;
    text-align: center;
}
.form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin-top: -4%; */
}
.form-group .input-group {
    display: flex;
    justify-content: center;
    /*margin-bottom: 36px;*/
    margin-bottom: 20px;
}
.form-group .form-action {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-direction: column;
}
.form-group .control {
    width: 100%;
    /*max-width: 35%;*/
    max-width: 26%;
    min-width: 276px;
}
.form-group .control > input {
    width: 100%;
    text-align: center;
    border: 1px solid #16110D;
    /*padding: 23px 15px;*/
     padding: 15px 15px;
    border-radius: 45px;
    font-size: 20px;
    font-weight: 200;
    color: #8C8C8C;
}
.form-group .control > input:focus {
    outline: none;
}
.form-group .psw-group{
    /*margin-bottom: 61px;*/
     margin-bottom: 30px;
}
.form-action  .forgot-psw {
    /*margin-bottom: 56px;*/
    margin-bottom: 30px;
}
.forgot-psw .forgot-psw-link{
    color: #000;
    font-size: 15px;
    text-decoration: none;
}
.form-action .confirm {
    width: 100%;
    /*max-width: 15.4%;*/
    max-width: 13.4%;
}
.form-action .confirm .confrm-link{
    width:100%;
    height: auto;
}

/* =============================
        My Stylesheet
=============================== */

.login_part{}
.login_part .box {
    border: 1px solid #000;
    border-radius: 30px;
    width: 30%;
    overflow: hidden;
}
.login_part .form-group .control {
    color: #8C8C8C;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #16110D;
    padding: 15px 15px;
    width: 100%;
    max-width: 100%;
    min-width: auto;
}
.login_part .form-group .control > a{
    color: #8C8C8C;
    font-size: 20px;
    text-decoration: none;
    outline: none;
    cursor: inherit;
}
.login_part .form-group .psw-group{
    margin-bottom: 65px;
}
/* ===== */


.forgetPw_part{}
.forgetPw_part h2{
    font-size: 14px;
    text-align: center;
    padding-bottom: 45px;
}
.forgetPw_part .return_btn{
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.forgetPw_part .form-action .btn_group {
    padding-top: 50px;
    /* width: 35%;
    display: flex;
    justify-content: space-between; */
}
.forgetPw_part .form-action .btn_group button:not(:last-child){
    margin-right: 25px;
}
.forgetPw_part .form-action .btn_group .confrm-link {
    max-width: 170px;
    height: auto;
}

@media(max-width:768px){
    .login-wrapper {
        padding: 0 20px 20px 20px;
    }
    .rtrack-logo_img, .title  {
        max-width: 320px;
    }
    .form-group .control > input {
       /* padding: 20px 15px;*/
        padding: 12px 15px;
        font-size: 16px;
    }
    .form-group .input-group {
        margin-bottom: 25px;
    }
    .form-group .psw-group {
        margin-bottom: 30px;
    }
    .form-action .confirm {
        max-width: 130px;
    }
    .form-action .forgot-psw {
        margin-bottom: 30px;
    }
    .login-wrapper .stratent-img {
        max-width: 17.6%;
        bottom: 10px;
        right: 10px;
    }
}