body {
    margin: 0;
    background-image: url(../images/loginbg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
}

.register1 {
    width: 84%;
    background: #fff;
    margin: auto;
    padding: 16px 20px;
}

.alert.alert-danger ul {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.info p {
    text-align: center;
    color: #999;
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
    margin-top: 2px;
    font-family: 'Roboto', sans-serif;
}

.info i {
    color: #55acee;
}

h1 {
    text-align: center;
    color: #666;
    text-shadow: 1px 1px 0px #FFF;
    margin: 50px 0px 0px 0px;
    font-family: 'Roboto', sans-serif;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

h3 {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: inherit;
    color: inherit;
    font-family: 'Roboto', sans-serif;
}

a:hover {
    text-decoration: inherit;
}

hr {
    position: relative;
    margin-top: 58px;
    border: 1px solid #9b9b9b;
    border-radius: 50px;
}

.content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 900px;
    background: #f2f2f2;
    z-index: -1;
}

img.bg-img {
    display: block;
    position: absolute;
    margin: auto;
}

.singup1 .contact-form {
    float: left;
    width: 100%;
}



.singup1 .col-5 {
    /*background: #03406c;*/
    height: 100%;
    display: grid;
    padding-top: 18px;
}

.singup1 .col-7 {
    background: #fff;
    padding: 30px 20px 51px;
}

.singup1 {
    height: 100vh;
    display: flex;
    margin: auto;
}

.singup1 .menu {
    position: relative;
    padding: 0;
    text-align: center;
    float: left;
    width: 100%;
}

.singup1 h2 {
    padding: 0px !important;
}

/*.singup1 .login-register {*/
/*    overflow: hidden;*/
/*    background: #03406c;*/
/*    padding-right: 0;*/
/*}*/


.singup1 .login-register {
    overflow: hidden;
    padding-right: 0;
    background-image: linear-gradient(to right, #0acffe 0%, #495aff 46%);
}

.singup1 .row {
    align-items: center;
}
.login-register input.submit {
    cursor: pointer;
    text-align: center;
    border: none !important;
    margin-bottom: 16px;
    color: #fff;
    background-image: linear-gradient(to right, #0acffe 0%, #495aff 46%);
    padding: 12px 0;
    width: 152px !important;
}




/*.login-register input.submit {*/
/*    text-align: center;*/
/*    border: none !important;*/
/*    margin-bottom: 16px;*/
/*    background: #03406c;*/
/*    color: #fff;*/
/*}*/

.menu {
    position: relative;
    text-align: center;
}

.menu h2 {
    display: block;
    margin: 9px;
    border: none;
    color: #03406c;
    text-transform: uppercase;
    font-size: 40px;
    border-radius: 50px;
    text-align: center;
}

a:not(.active) {
    cursor: inherit;
}

.menu .active h2 {
    color: #3e3e3e;
    transition: color 0.5s ease-in;
    background-color: transparent;
    border: 1px solid;
}

.connexion {
    position: absolute;
    padding: 6% 7%;
    width: 86%;
    left: 0px;
    transition: all 0.7s;
}

.connexion h2 {
    display: inline;
    margin: 20px;
    padding-bottom: 3px;
    border-bottom: 2px solid #1161ee;
}

.connexion h4 {
    margin-bottom: 0;
    text-align: center;
    color: #000;
    opacity: 0.8;
}

.connexion h4:hover {
    opacity: 0.8;
    transition: all 0.1s ease-in;
}

label {
    display: block;
    margin-top: 5px;
    padding: 6px 2px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #03406c;
}

.login-register input:focus-visible {
    border-bottom: 1px solid #1161ee !important;
    outline: none;
}

.right12 input {
    width: 93%;
}


select {
    display: block;
    background: #ffffff;
    margin: auto;
    padding: 8px 13px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #a8a8a8 !important;
    border-radius: 4px;
    width: 100%;
}

.check {
    margin: auto;
}
.right12 a {
    cursor: pointer;
}
.check input.submit {
    text-align: center;
       background-image: linear-gradient(to right, #0acffe 0%, #495aff 46%);
    color: #fff;
    padding: 15px 0;
    width: 100%;
}

input#check {
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    margin-top: -8px;
}

label i.fa {
    font-size: 18px;
    color: #03406c;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50px;
    margin-right: 4px;
    padding: 0;
}

.login-register input {
    display: block;
    background: #ffffff;
    margin: auto;
    padding: 8px 13px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #a8a8a8 !important;
    border-radius: 4px;
}

.login-register input:focus {
    background-color: #03406c !important;
    color: #ffff;
}

input p {
    color: #fff;
    opacity: 1;
}

.login-register.register1 .menu {
    padding-top: 40px;
}

select#country {
    display: block;
    width: 100%;
    background: #ffffff;
    margin: auto;
    padding: 7px 13px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #a8a8a8 !important;
    border-radius: 4px;
    margin-left: 0;
}

input.submit:hover {
    background: #33414e;
    transition: 0.5s;
}

.check label {
    float: left;
    width: 5%;
    margin-left: 0%;
    font-family: 'Roboto', sans-serif;
}

.check h3 {
    padding: 19px;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.register2 .check h3 {
    padding: 23px;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #000;
    font-weight: 400;
    margin: 0;
    font-size: 17px;
        margin-left: 9px;
}
div#mb-signout .pull-right {
    float: unset;
    text-align: center;
}
.alert.alert-danger li {
    color: red;
    list-style: none;
}
.register2 .check {
    margin: auto;
    /* display: flex; */
    /*width: 200px;*/
        margin-left: 5%;
}

.checkbox {
    display: none;
}

.checkbox:checked+svg .path-moving {
    -webkit-transition: stroke .4s, stroke-dasharray .4s, stroke-dashoffset .4s cubic-bezier(.3, .8, .6, 1.5);
    transition: stroke .4s, stroke-dasharray .4s, stroke-dashoffset .4s cubic-bezier(.3, .8, .6, 1.5);
    stroke-dasharray: 25 90;
    stroke-dashoffset: 0;
}

.path-moving,
.path-back {
    fill: #495aff;
    stroke: #ffffff;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.path-moving {
    -webkit-transition: stroke .4s, stroke-dasharray .4s, stroke-dashoffset .4s;
    transition: stroke .4s, stroke-dasharray .4s, stroke-dashoffset .4s;
    stroke: #ffffff;
    stroke-dasharray: 110;
    stroke-dashoffset: -32;
}

.active-section {
    position: absolute;
    right: 500px;
}

.remove-section {
    position: absolute;
    left: 500px;
}

.row {
    display: flex;
    justify-content: center;
}

.login-register img {
    width: 64%;
    margin: auto;
}

.login-register .row {
    display: flex;
    padding: 0;
    border-radius: 8px;
    width: 100%;
    gap: 2rem;
}

.col-5 {
    width: 50%;
}

.col-7 {
    width: 50%;
}


.login-register {
    max-width: 800px;
    margin: auto;
    padding: 0 6px;
}

@media(max-width:767px) {
    .login-register .row {
        display: block;
        padding: 0;
        border-radius: 8px;
        background-color: #fff;
    }

    .singup1 .col-7 {
        padding: 0;
    }

    .check {
        width: 100%;
        margin: auto;
    }

    .singup1 .login-register img {
        width: 183px;
        padding-bottom: 28px;
    }

    .singup1 .right12 {
        padding: 10px 26px 29px;
    }

    .singup1 {
        align-items: center;
    }

    .col-5 {
        width: 100%;
    }

    .col-7 {
        width: 100%;
    }

    .login-register {
        margin: 30px auto;
        height: auto;

    }

    .menu h2 {
        padding: 10px 25px;
        font-size: 35px;
    }

}


@media(max-width:650px) {
    .login-register {
        max-width: 800px;
        margin: auto;
        width: 95%;
        padding: 0 6px;
    }

    body {
        height: auto;
    }


}
