
.mylogin_sec form{
    margin-top: 60px;
}

.mylogin_sec h2 {
    font-size: 30px;
    color: #1f2147;
    margin-bottom: 15px;
}

.mylogin_sec p{
    font-size: 16px;
    font-weight: 500;
    color: hsla(240, 8%, 47%, 1);
}

.mb-5 {
    margin-bottom: 2rem!important;
}

.float-end {
    float: right!important;
    color: hsla(236, 63%, 14%, 1);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.submit_data{
    margin-top: 40px !important;
}

.newone_sec {
    min-height: auto;
    margin-top: 20px;
    padding-bottom: 0;
}

.login_sec {
    display: block;
    padding: 25px;
    background: #fff;
}

.login_pics {
    height: calc(100vh - 50px);
    background-color: hsla(237, 39%, 20%, 1);
    border-radius: 25px;
}

.login_content{
    height: calc(100vh - 50px);
    flex-direction: row;
    padding: 0px;
    justify-content: start;
    align-items: baseline;
}

.form_outer_sec{
    height: calc(100vh - 150px);
    display: flex;
    align-items: center;
}

.form_outer_sec .form-control {
    padding: 10px 20px;
    border-radius: 13px;
    /* border: none; */
    font-size: 15px;
    font-weight: 500;
    color: hsla(199, 10%, 54%, 1);
}

.form_outer_sec .form-select{
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: hsla(199, 10%, 54%, 1);
}

.mylogin_sec form {
    margin-top: 35px;
}

.form_outer_sec .input-group-text {
    min-width: 60px;
    max-width: 60px;
    border: none;
    font-weight: 600;
    border-right: 2px solid #c3c3c3 !important;
}

.form_outer_sec .input-group{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #c3c3c3;
}

.form_outer_sec label.input-group-text img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
}

.form_outer_sec .submit_data h6 {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    color: hsla(236, 63%, 14%, 1);
    font-weight: 600;
}

.form_outer_sec .submit_data label{
    height: 25px;
    background-color: hsla(194, 34%, 88%, 1);
}

.form_outer_sec .submit_data label:after{
    top: 1px;
    left: 1px;
    width: 23px;
    height: 23px;
}

.form_outer_sec .newone_sec button {
    background: linear-gradient(180deg, #455B60 0%, #0D1B1E 100%);
    box-shadow: none;
    border-radius: 12px;
    background: hsla(236, 63%, 14%, 1) !important;
    border: none;
    padding: 13px 25px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 700;
    min-width: 180px;
}

.form_outer_sec .newone_sec button.btn-transparent {
    background: transparent !important;
    border: 1px solid hsla(236, 63%, 14%, 1) !important;
    color: hsla(236, 63%, 14%, 1) !important;
    margin-left: 30px;
}

.login_slider{
    width: 100%;
    background: none;
    padding: 0px;
}


.form_outer_sec .newone_sec{
    display: block;
}

.login_slider {
    width: 100%;
    background-color: none;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.login_slider h4{
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    text-align: left;
}

.login_slider img {
    margin-top: 50px;
}

.mylogin_sec{
    max-width: 750px;
}

.myfieldOuter {
    position: relative;
    width: 100%;
}

.myfieldOuter img {
    position: absolute;
    top: 14px;
    left: 15px;
    width: 17px;
}

.myfieldOuter .form-control{
    padding-left: 40px;
    font-weight: 600;
}

.form_outer_sec .newone_sec {
    display: block;
    padding: 0;
    margin: 0;
}

.text-danger {
    font-size: 0.8em;
    font-weight: 600;
    text-align: left;
}

.newone_sec label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: hsla(225, 53%, 24%, 1);
}

.newone_sec label a{
    color: hsla(339, 75%, 42%, 1);
    margin-left: 5px;
    margin-right: 5px;
}

.newone_sec input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
  
.newone_sec label {
    position: relative;
    cursor: pointer;
}
  
.newone_sec label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid hsla(236, 63%, 14%, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}
  
.newone_sec input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 5px;
    height: 14px;
    border: solid hsla(236, 63%, 14%, 1);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


@media screen and (min-width: 300px) and (max-width: 767px){

.login_content{padding: 0px !important;}
.mylogin_sec img{display: block; margin: auto;}
.mylogin_sec h2{justify-content: center; margin: 0px;}
.mylogin_sec p {font-size: 14px; font-weight: 600; color: hsla(240, 8%, 47%, 1); text-align: center; width: 100%;}
.login_sec:before{display: none;}
.form_outer_sec .input-group{margin-bottom: 15px;}
.form_outer_sec .submit_data h6{display: flex;}

.form_outer_sec .newone_sec button{padding: 10px 25px; margin-top: 10px !important; margin-left: 0 !important;}
.submit_data{display: flex !important;}
.login_slider{display: block;}
.login_pics{height: auto;}
.login_slider h4{font-size: 23px; line-height: 30px;}
.login_slider img {margin-top: 15px;}

.form_outer_sec{height: auto; padding-top: 30px !important;}
.login_sec{padding: 20px;}
.main_width{width: 100%;}
.main_width section{width: 100%}
.pass_sec .myfieldOuter{margin-bottom: 15px;}
.newone_sec label{display: block;}
.newone_sec{margin-top: 15px !important;}
.bothbtns{display: block !important; margin-bottom: 30px !important;}

.myseprow{margin: 0;}
#otp{width: 100%; margin: auto; padding: 0; margin-bottom: 15px;}
#otp input{padding: 10px 5px; border-radius: 0px !important;}
.mx-2{margin-left: 0px !important; margin-right: 0px !important;}

    
}