page{
    position: relative;
}
.containerForm{
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 350px;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
#phone {
    background-image: url(View/1008/imeges/phone.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: calc(100% - 4px) center;
    padding-right: 30px;
}
.in {
    display: block;
    border: none;
    border: 1px solid #02C076;
    margin: 8px 0;
    border-radius: 3px;
    padding: 9px 8px;
    box-sizing: border-box;
    width: 100%;
}
column {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
#login,#signup,#reset,#confirm,#changePass {
    display: block;
}
.authHeader {
    display: block;
    position: relative;
    margin-bottom: 16px;
}
.authHeader > p {
    margin: 0 0 8px 0;
    display: block;
    font-size: 12pt;
    text-align: right;
    color: #212121;
}
#pass, #repPass, #code {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 6px) center;
    padding-right: 30px;
    background-image: url(View/1008/imeges/Pass.svg);
}
.chk {
    display: inline-block;
    position: relative;
    margin: 0 0 2px 8px;
    cursor: pointer;
    font-size: 9pt;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0;
}
.chk .mark {
    position: relative;
    height: 18px;
    width: 18px;
    background-color: #4BE078;
    display: block;
    float: right;
    border-radius: 4px;
    margin: 0 0 0 4px;
    transform: scale(0.8);
    transition: all ease .3s;
    top: 2px;
}
.chk .mark:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: translate(-45%, -60%) rotate(-45deg) scale(0);
    -ms-transform: translate(-45%, -60%) rotate(-45deg) scale(0);
    transform: translate(-45%, -60%) rotate(-45deg) scale(0);
    transition: all ease .3s;
}

input[type="checkbox"] {
    display: none;
}
.chk input:checked ~ .mark:after {
    -webkit-transform: translate(-45%, -60%) rotate(45deg) scale(1);
    -ms-transform: translate(-45%, -60%) rotate(45deg) scale(1);
    transform: translate(-45%, -60%) rotate(45deg) scale(1);
}
.btn {
    display: block;
    float: left;
    border: none;
    border-radius: 4px;
    padding: 9px 12px;
    font-family: IranSansX;
    background-color: #02C076;
    color: white;
    box-sizing: border-box;
    margin: 8px 8px 8px 0;
    cursor: pointer;
}
.btnAuth {
    width: 100%;
    margin-right: 0;
}

#login .resetContainer {
    display: none;
}
.resetContainer {
    display: block;
    font-size: 9pt;
    text-align: center;
    color: #151515;
}
.resetContainer a {
    padding: 0 !important;
    font-size: 9pt !important;
    color: #FF5C5C;
}



.bgSignup, .bgLogin, .bgReset, .bgConfirm, .bgLoginNumber, .bgChangePass {
    position: absolute;
    background-color: white;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 6px;
    box-shadow: 0px 0px 14px 0px #00000038;
    top: -110vh;
    opacity: 0;
    transition: opacity ease .3s, top ease .3s;
    text-align: right;
    min-width: 350px;
    z-index: 1001;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    display: none;
}
.bgSignup.active, .bgLogin.active, .bgReset.active, .bgConfirm.active, .bgLoginNumber.active, .bgChangePass.active {
    opacity: 1;
    display: block;
}
.changeFormLogin{
    display: none;
}
.containerForm{
    position: unset !important;
    transform: unset !important;
}



.form4 .switch:before {top: 4px;}.form4 .switch span {top: 8px;}


