/*body {*/
/*    background: #f8f8f8;*/
/*    font-size: 14px;*/
/*    line-height: 1.6;*/
/*    font-family: "Poppins", Helvetica, sans-serif;*/
/*    color: #555;*/
/*}*/

/*body {*/
/*    background-image: url(/images/giphy.webp);*/
/*    background-repeat:no-repeat;*/
/*    background-size: cover;*/
/*    background-color: #2d3290;*/
/*}*/
body {
    /*position: relative;*/
    background-image: url(/images/giphy.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2d3290;
    overflow: hidden;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*background-color: #2d3290e0;*/
        background: #F73030;
background: linear-gradient(348deg, rgba(247, 48, 48, 0.8) 0%, rgba(45, 50, 144, 0.9) 100%);
    z-index: 0;
}

#register_bg {
    background: url(../../img/Frontend/img/hero_in_bg_2.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#login figure,
#register figure {
    text-align: center;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #login figure,
    #register figure {
        margin: -30px -30px 20px -30px;
        padding: 15px 60px 20px 60px
    }
}

#login aside,
#register aside {
    width: 35%;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    background-color: #fff;
    border-radius: 0px 50px;
}

@media (max-width: 767px) {
    #login aside,
    #register aside {
        width: 100%;
        padding: 30px
    }
}

.form-group {
    position: relative
}

label {
    font-weight: 500;
    margin-bottom: 3px;
}

#login aside form,
#register aside form {
    margin-bottom: 0;
    display: block
}

#login aside form .form-group input,
#register aside form .form-group input {
    padding-left: 40px
}

#login aside form .form-group i,
#register aside form .form-group i {
    font-size: 21px;
    position: absolute;
    left: 12px;
    top: 34px;
    color: #ccc;
    width: 25px;
    height: 25px;
    display: block;
    font-weight: 400 !important
}

#login aside .copy,
#register aside .copy {
    text-align: center;
    position: absolute;
    height: 30px;
    left: 0;
    bottom: 30px;
    width: 100%;
    color: #999;
    font-weight: 500
}

.form-control {
    padding: 10px;
    height: 42px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
}

.hideShowPassword-wrapper {
    width: 100% !important;
}

a.btn_1.rounded,
.btn_1.rounded {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
}

a.btn_1.full-width,
.btn_1.full-width {
    margin: 5px auto;
    display: block;
    width: 40%;
    text-align: center;
}

.btn_1.register_btn {
    background: #6958ff;
}

a.btn_1,
.btn_1 {
    border: none;
    color: #fff;
    /*background: #2d3290;*/
    background: linear-gradient(20deg,#f73030 20%,#1d489f);
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.access_social {
    margin-top: 45px
}

.add_bottom_30 {
    margin-bottom: 30px;
}

.checkboxes label {
    color: #999;
}

.container_check {
    display: block;
    position: relative;
    padding-top: 5px;
    font-size: 13px;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
}

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container_check input:checked~.checkmark {
    background-color: #0072bc;
    border: 1px solid transparent;
}

.container_check input:checked~.checkmark:after {
    display: block;
}

#login figure img {
    /*max-width: 100px;*/
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .access_social {
        margin-top: 30px
    }
}