* {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    color: #333;
    line-height: 1.5;
    height: 100vh;
  //  background: linear-gradient(rgb(0,0,0),rgb(228, 119, 177),rgb(0,0,0)) ;
    background-color: #f1fef9 !important;
}
p{
     font-size: 15px;
     text-align:center;
}

.container{
    height: auto;
  
}

.login{
     background: url(../img/image_38.png) no-repeat bottom right/ cover;
    background-size: 566px, 708px;
     height:100%;
}

.registration{
    background: url(../img/Group_16145.png) no-repeat bottom left/ cover;
    background-size: 704px, 549px;
    height: auto;
}

.div-forgot-password{
  margin-top:10px;
  font-size:15px;
 // text-transform:uppercase;

}

.logo{
    margin-top: 35px;
    //height: 81px;
    width: 242px;
}

.logo-mob{
    display: none;
}

.title-main{
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 4.5rem;
    color: #000000;
}
.registration .title-main {
    margin-top: 0;
    margin-bottom: 25px;
}

.form-input{
    font-size: 1.4rem;
   // border: 0.5px solid #000000;
   border:none;
   border-bottom: 1px solid #3D464D;
    width: 100%;
    height: 45px;
    border-radius: 10px;
    
    color: #000000;

    margin-bottom: 15px;
    padding: 10px;
}
.form-input:focus{
    outline:none;
}


.form-btn{
    font-size: 1.6rem;
    border: 0.5px solid #000000;
    width: 370px;
    height: 45px;
    border-radius: 10px;
    background-color: #89B863;
    color: #3D464D;
    margin-top: 15px;
}

.btn-registration{
  background-color: #f1fef9;
}

.registration button{
   margin-bottom: 20px;
}

.text-pass{
    color: grey;
   // margin-top: 10px;
    text-align: center;
    font-size: 13px;
}

.form-password{
  position:relative;
}
.registration .form-password input{
    margin-top: 5px;
}


.password-error, .required-error{
     border: 1px solid red ;
}

.password-control, .password-control-2 {
    position:absolute;
    right: 30px;
    bottom:27.5px;

    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/view.svg) 0 0 no-repeat;
    color: #8F8F8F;
}

.password-control.view, .password-control-2.view {
    background: url(../img/no-view.svg) 0 0 no-repeat;
}

.error{
  width:100%;
  height:30px;
  text-align:center;
  align-items:center;
}

.title-error{
//   position: absolute;
//   padding-top: 0.8rem;
//  padding-left: 10px;
    font-size: 1.4rem;
    color: red;
}



.block_for_messages{
  margin-top:30px;
}

.mesage_error{
  font-size:15px;
  color:red;
}

.success_message{
  font-size:15px;
  color:green;

}


.hidden {
    display: none;
}

.select2-results__option--selected { 
  //  display: none;
    
}

.select2-results__option.optHidden {
    display: none;
}

.select2-selection{
    border-radius:10px !important;
    height:40px !important; 
    
}

.select2-results__option{
   height:35px; 
  // border-radius:10px !important;
   
}

.select2-selection__rendered {
   border-radius:10px;
   height:40px
}



@media screen and (max-width: 780px) {


 .container{
    background-image: none;
}

.logo{
    margin: 0;
}

.logo-mob{
    display: block;
    width: 50%;
}

.title-main{
    font-size: 4rem;
    text-align:center;
    padding:0;
    margin: 0;
    margin-top:30px;  
}

.form-password {
    // border: 3px solid black;
    width: 100%;

    display:flex;
    justify-content: center;
}

.password-control, .password-control-2{
    right:50px;
}
.div-registration{
    /  border: 1px solid black;
    width: 100%;


    display:flex;
    flex-direction:column;
    align-items: center;
}

.div-forgot-password{
    width:100%;
    display:flex;
    flex-direction:column;
    margin-left:30px;
     argin-bottom:20px;
}

.form-input, .form-btn{
    width: 90%;
} 

.form-btn, .form-password{
    // border: 3px solid black;
}

.row{
    align-items: center;
    justify-content: center;
}
.row div{
    // border: 1px solid #ffc107;
    margin: 0; 
    padding: 0;
    align-items: center;
}

.error{ 
    width:90%;
}

form, .form1{
    width: 100% !important;
    margin: 0 !important;

     display:flex !important;
     flex-direction:column !important;
     align-items: center !important;
}
}

