﻿label.input {
    width: 100%;
}


.mycont {
    display: flex;
    width: 95vw;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}

.basket-titel {
    color: #6a6b6b;
    font-size: 18px;
    background-color: unset;
}

.register-page .basket-titel {
    border-bottom: 0 !important;
    text-align: center !important;
}

.basket-titel i {
    transform: rotate(45deg);
    color: #e6b2a6;
    font-size: 12px;
    margin-left: 10px;
}

.tit1 {
    font-size: 13px;
    text-align: right;
    margin-top: 20px;
}

.tit2 {
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    margin-top: 20px;
}



.frombox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon {
    width: 60px;
    margin-right: -10px;
    position: relative;
    top: 3px;
}

.fieldd, fieldd:focus {
    margin-right: -10px;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #9db0ac !important;
}

.plleft:-moz-placeholder {
    text-align: right;
}

.plleft:-ms-input-placeholder {
    text-align: right;
}

.plleft::-webkit-input-placeholder {
    text-align: right;
}

input[type="text"]:-moz-placeholder {
    font-size: 13px;
    letter-spacing: 0;
}

input[type="text"]:-ms-input-placeholder {
    font-size: 13px;
    letter-spacing: 0;
}

input[type="text"]::-webkit-input-placeholder {
    font-size: 13px;
    letter-spacing: 0;
}

#mobile, #pass {
    text-align: left;
    direction: ltr !important;
}

.vorod {
    margin-top: 20px;
    background-color: #e6b2a6;
    border-color: #e6b2a6;
    width: 100%;
    color: white;
}

    .vorod:hover, .vorod:focus {
        background-color: #e6b2a6;
        border-color: #e6b2a6;
        color: white;
    }

.log123 {
    width: 100px;
    margin-top: 80px;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.return {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 70px;
}

.homee {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 70px;
}

.return:hover {
    transform: scale(1.03);
    color: #e6b2a6;
}

.return i {
    font-size: 30px;
    margin-left: 10px;
}

.forozeh {
    color: #9db0ac;
    font-weight: 500;
}

.boxing {
    display: none;
}

.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    align-items: center;
    justify-content: center;
    z-index: 999999999;
    display: none;
}

    .loading.flex {
        display: flex;
    }

    .loading img {
        width: 150px;
    }

.error {
    color: red;
    font-size: 13px;
    display: block;
    text-align: right;
}

.otherlink {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

    .otherlink li {
        color: #80ddd4;
        text-align: right;
        margin-top: 6px;
        font-size: 14px;
    }

        .otherlink li * {
            cursor: pointer;
        }

.captha {
    margin-top: 20px;
}

.code {
    direction: ltr !important;
    text-align: left;
    padding-left: 2.2vw;
    letter-spacing: 1.5vw;
}

.backimg {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.container {
    position: relative;
}

@media(max-width:992px) {
    .code {
        padding-left: 10vw;
        letter-spacing: 6vw;
    }
}

@media(max-width:750px) {
    .mycont {
        min-height: 70vh;
    }

    .whats {
        display: none;
    }
}
