body {
    color: #6a6f8c;
    background-image: url('syriabg.jpg');
    background-size: 100%;
    height: 100%;
    background-repeat: no-repeat;
    font: 600 16px/18px 'Open Sans', sans-serif;
}
/*rgb(88 12 17)*/
*,
:after,
:before {
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none
}

.title {
    font-size: 25pX;
    font-weight: bolder;
    text-align: center;
    margin-top: 25px;
}

.login-wrap {
    text-align: center;
    width: 100%;
    margin: auto;
    max-width: 525px;
    min-height: 780px;
    position: relative;
    /*background: url('syriabg.jpg') no-repeat center center;*/
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

@media screen and (max-width: 910px) {
    body {
        background-image: none;
        background-color: #cdcdcd;
    }
}

.login-html {
    width: 100%;
    height: 100%;
    border-radius: 5%;
    position: absolute;
    padding: 90px 70px 50px 70px;
    /*background: rgba(40, 57, 101, .9);*/
       background:  rgb(53 46 112 / 90%);
}

.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check {
    display: none;
}

.login-html .tab,
.login-form .group .label,
.login-form .group .button {
    text-transform: uppercase;
}

.login-html .tab {
    font-size: 22px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 0 15px 10px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.login-html .sign-in:checked+.tab,
.login-html .sign-up:checked+.tab {
    color: #fff;
    border-color: #1161ee;
}

.login-form {
    min-height: 345px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.login-form .group {
    margin-bottom: 15px;
}

.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
    width: 100%;
    color: #fff;
    display: block;
}

.login-form .group .input,
.login-form .group .button {
    border: none;
    padding: 15px 20px;
    border-radius: 11px;
    background: rgba(255, 255, 255, .1);
}

.login-form .group input[data-type="password"] {
    text-security: circle;
    -webkit-text-security: circle;
}

.login-form .group .label {
    color: #aaa;
    font-size: 12px;
}

.login-form .group .button {
    background: #1161ee;
}

.login-form .group label .icon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
}

.login-form .group .check:checked+label {
    color: #fff;
}

.login-form .group .check:checked+label .icon {
    background: #1161ee;
}

.hr {
    height: 2px;
    margin: 60px 0 50px 0;
    background: rgba(255, 255, 255, .2);
}

.foot-lnk1 {
    float: left;
    text-align: left;
    color: #fff;
}

.foot-lnk {
    float: right;
    text-align: right;
    color: #fff;
}

.foot-lnk2 {
    text-align: center;
    color: #fff;
}

.a-verify {
    color: #fff;
    padding: 10px;
    border: 1px #fff solid;
    background-color: #1161ee;
}

.error {
    padding: 10px !important;
    margin-top: 3px !important;
    background-color: rgb(245, 111, 111);
    color: #fff;
    text-align: center;
    border: 0.5px solid white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}