/********************************************************************************************************************************************/
/******************************/
/*   MAIN START   */

main {
    background: url(../../img/back_autoriz.png) center /cover;
}


.main_text {
    box-shadow: border-box;
    width: 480px;
    height: 790px;
    margin-top: 50px;
    margin-bottom: 50px;
    background: rgba(252, 252, 252, 1);
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 1);
    border-radius: 7px;
}

.main_text-sub {
    background-color: white;
    background: rgba(255, 255, 255, 1);
    border-radius: 55px;
    height: auto;
    width: auto;
}

.input-aut,
.input-aut_last {
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #ffffff !important;  
    outline: none; 
    height: auto; 
    width: auto; 
    color: #cccccc;
    font-size: 11px; 
    font-family: Tahoma;
    margin-top: 20px;
}

.input-aut,
.input-aut_last {
    padding-left: 40px;
    font-size: 20px;
}



.input-aut_last {
    padding-left: 23px;
}

.autoriz {
    font-family: var(--mm500);
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;   
    margin-top: 50px;
    margin-bottom: 40px;
}

.autoriz-button button {
    margin-left: 62px;
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    margin-right: 62px;
    font-family: var(--mm600);
    color: white;
    cursor: pointer;
    background: linear-gradient(
    90deg,
    rgba(2, 170, 176, 1) 0%,
    rgba(0, 205, 172, 1) 100%
    );
    border: none;
    border-radius: 30px;
    box-shadow: 0px 0px 15px #45fcff;
    width: 380px;
    height: 50px;
    font-size: 20px;
}

.autoriz-button button {
    overflow: visible;
    border: none;
    padding: 0;
    outline: none;
    font-weight: inherit;
    margin-bottom: 134px;
}

.forgot {
    font-family: var(--mm400);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(2, 175, 176, 1);
    margin-top: 30px;
}

.autorization {
    height: 788px;
    top: 328px;
    left: 721px;
    border-radius: 7px;

}

.autorization input {
    width: 380px;
    height: 54px;
    border-radius: 7px;
    background: rgba(237, 240, 247, 1) !important;
    border: 0;
    margin-top: 0;
}

.input-aut {
    margin-bottom: 30px;
}

.input-aut_last {
    margin-bottom: 40px;
}

.input-aut::placeholder,
.input-aut_last::placeholder {
    padding-left: 50px;
    color: rgba(177, 177, 177, 1);
    position: absolute;
    font-family: var(--mm500);
    font-size: 20px !important;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}

.input-container {
    position: relative;
}

.autorization .first-image,
.phone-image
 {
    position: absolute;
    top: 22%;
    right: 88%;
}

.confirm-password-image {
    position: absolute;
    top: 19%;
    right: 88%;
}

.email-image {
    position: absolute;
    top: 25%;
    right: 88%;
}


.autorization .last-image {
    position: absolute;
    top: 18%;
    right: 88%;
}

.no-acc {
    font-family: var(--mm400);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(177, 177, 177, 1);
}

.no-acc span a {
    font-family: var(--mm600);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(2, 175, 176, 1);
    margin-left: 20px;
}

.input-container {
  position: relative;
}

.autorization .first-image,
.autorization .last-image {
  position: absolute;
  top: 19%;
  right: 88%;
}

.input-container {
    position: relative;
  }
  
  .first-image,
  .last-image {
    display: block;
  }
  
  .input-aut:focus::placeholder {
    color: transparent;
  }

/*   MAIN END   */
/******************************/
/********************************************************************************************************************************************/










/**   MAIN MOBILE   **/
/********************************************************************************************************************************************/
/******************************/
/* Мобильный мейн 320рx - 480рx */

    @media (min-width:320px) and (max-width:480px) {
    .autorization {
        width: 100%;
        height: auto;
        margin-bottom: 100px;
    }

    .input-aut,
    .input-aut_last {
        padding-left: 40px;
    }

    main {
        background: unset;
    }

    .main_text {
        background: url(../../img/autoriz320px.png);
    }

    .autoriz {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .input-container {
        width: 90%;
    }

    .input-container input {
        width: 100% !important;
        height: 40px;
    }

    #registerForm {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .autorization .first-image,
    .autorization .last-image,
    .confirm-password-image, 
    .email-image,
    .phone-image {
        position: absolute;
        top: 17%;
        right: 89%;
    }

    .autoriz-button {
        margin-left: 0;
        margin-right: 0;
    }

    #registerForm .autoriz-button {
        width: 100% !important;
    }

    .input-container img {
        top: 32% !important;
        left: 13px !important;
    }

    .autoriz-button button {
        width: 90% !important;
    }

    .forgot {
        font-size: 20px;
    }

    .no-acc {
        font-size: 16px;
    }

    .no-acc span a{
        font-size: 16px;
        margin-left: 36px;
    }

    .input-aut::placeholder {
        padding-left: 10% !important;
        font-size: 16px;
    }

    .main_text {
        width: 100% !important;
        height: 100% !important;
        margin-top: 105px;
        margin-bottom: 0;
    }

    .container {
        padding: 0; }

    }

/* Мобильный мейн 320рx - 480рx */
/******************************/

/******************************/
/* Мобильный мейн 480px - 768px */

    @media(min-width:480px) and (max-width:768px) {
    .autorization {
        width: 100%;
        height: auto;
        margin-bottom: 150px;
    }
    
    .input-aut,
    .input-aut_last {
        padding-left: 40px;
    }

    #registerForm {
        display: flex;
        flex-wrap: wrap; 
        justify-content: center; 
        align-items: center; 
    }

    .input-container img {
        top: 32% !important;
        left: 13px !important;
    }

    .autoriz-button {
        display: flex;
        justify-content: center !important;
    }

    .autoriz-button button {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    
    main {
        background: unset;
    }
    
    .main_text {
        background: url(../../img/autoriz320px.png);
    }
    
    .autoriz {
        margin-top: 150px;
        margin-bottom: 100px;
    }
    
    .input-container {
        width: 90%;
    }
    
    .input-container input {
        width: 100%;
    }
    
    .autoriz-button button {
        width: 100%;
        margin-left: 0;
    }
    
    .forgot {
        font-size: 20px;
        margin-bottom: 100px;
    }
    
    .no-acc {
        font-size: 16px;
    }
    
    .no-acc span a{
        font-size: 16px;
        margin-left: 36px;
    }
    
    .input-aut::placeholder {
        padding-left: 10% !important;
        font-size: 20px;
    }
    
    #confirmPasswordInput {
        font-size: 20px;
    }
    
    .main_text {
        width: 100% !important;
        height: 100% !important;
        margin-top: 105px;
        margin-bottom: 0;
    }
    
    .container {
        padding: 0; }
    
    .autoriz-button {
        width: 90%;
    }
    
    .autorization .first-image {
        right: 91%;
    }
    
    .phone-image {
        right: 91%;
    }
    
    #emailImage {
        right: 91%;
    }
    
    #passwordImage {
        right: 91%;
    }
    
    .confirm-password-image {
        right: 91%;
    }
    }

/* Мобильный мейн 480px - 768px */
/******************************/    

/******************************/
/* Мобильный мейн 768px - 1024px */

    @media (min-width:768px) and (max-width:1023px) {

    main {
        background: unset;
    }
    
    .input-aut,
    .input-aut_last {
        padding-left: 40px;
    }

    #registerForm {
        width: auto !important;
    }

    .input-container img {
        top: 32% !important;
        left: 13px !important;
    }

    .nav-toggle {
        right: 365px;
        top: 25px;
    }
    
    .container {
        margin: 0 !important;
        padding: 0 !important;
        max-width: unset !important;
        max-height: unset !important; 
    }
    
    .autorization {
        width: 100%;
        height: 100%;
        margin-bottom: 140px;
    }
    
    .main_text {
        width: 100% !important;
        height: 100% !important;
        margin-top: 120px;
        margin-bottom: 0;
        background: url(../../img/autoriz320px.png);
    }
    
    }
    
/* Мобильный мейн 768px - 1024px */
/******************************/

/******************************/
/* Мобильный мейн 1024px - 1800px */

@media (min-width:1024px) and (max-width:1800px) {
    .autorization p {
        margin-top: 40px;
        margin-bottom: 40px;
        font-family: var(--mm500);
        font-size: 16px;
        font-weight: 500;
        line-height: 19.5px;
        text-align: left;   
    }

    .main_text {
        width: 370px;
        height: 550px;
        margin-top: 180px;
    }

    .input-container input {
        height: 34px;
        width: 260px;
        padding: 0;
        margin-bottom: 20px !important;
        text-indent: 20px;
    }

    #passwordInput {
        margin-bottom: 20px !important;
    }
    
    .input-container input::placeholder {
        font-family: var(--mm500);
        font-size: 14px;
        font-weight: 500;
        line-height: 17.07px;
        text-align: left;

    }

    .input-aut,
    .input-aut_last {
        padding-left: 20px !important;
    }

    .input-aut::placeholder,
.input-aut_last::placeholder {
    padding-left: 20px;
    color: rgba(177, 177, 177, 1);
    position: absolute;
    font-family: var(--mm500);
    font-size: 14px !important;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;  
    padding-top: 3px; 
}

    .input-container #loginImage, #passwordImage{
        top: 14%;
        right: 88%;
    }

    .autoriz-button button {
        width: 260px;
        font-family: var(--mm600);
        font-size: 16px;
        font-weight: 600;
        line-height: 19.5px;
        text-align: center;
        height: 34px;
    }

    .forgot {
        font-family: var(--mm400);
        font-size: 12px;
        font-weight: 400;
        line-height: 14.63px;
        text-align: center;
        margin-bottom: 46px;
    }

    .no-acc {
        margin-top: 0 !important;
        margin-bottom: 40px !important;
    }

    .no-acc, .no-acc span a {
        font-family: var(--mm600) !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 14.63px !important;

    }

    .autorization .last-image {
        top: 20%;
        right: 88%;
    }

    .phone-image {
        top: 18%;
    }

    .email-image {
        top: 23%;
    }

    #confirmPasswordInput {
        margin-bottom: 30px !important;
    }

    .input-container input {
        width: 100%;
    }

    .confirm-password-image {
        top: 14%;
    }

    .autoriz-button button {
        margin-bottom: 30px;
    }
}

/* Мобильный мейн 1024px - 1800px */
/******************************/
/********************************************************************************************************************************************/
/**   MAIN MOBILE   **/

/* Так надо */
/********************************************************************************************************************************************/

@media (min-width:320px) and (max-width:1023px) {
    .outro_designers {
        display: none;
    }
}


@media (min-width:1024px) and (max-width:9999px) {
    .nav-toggle {
        display: none;
    }

    .nav {
        display: none !important;
    }

    .nav .logo {
        display: none !important;
    }
}

@media (min-width:1024px) and (max-width:1800px) {
    .nav {
        display: inherit;
    }

    .nav_block .logo {
        display: none !important;
    }
}

@media (min-width:1800px) and (max-width:9999px) {
    .outro_designers {
        display: none;
    }
}

/********************************************************************************************************************************************/
/* Так надо */

@media(min-width:1024px) and (max-width:9999px) {        
    
    
    .outro-design {
        display: none;
    }
    
    .social {
        display: none;
    }   

    .mobile_categories {
        display: none;
    }

    .main_background .input-group {
        display: none !important;
    }
}

@media (min-width:320px) and (max-width:768px) {
    .btn-back-to-top {
        display: none !important;
    }

}

@media (min-width:768px) and (max-width:990px) {
    .input-group {
        margin-bottom: 25px !important;
    }
}

.input-container .form-control {
    margin-right: 0px;
}