
* {
  box-sizing: border-box;
  
}

body {
  font-family: 'jost', sans-serif;
  font-size: 100%;
  margin: 0;
 background: linear-gradient(90deg, #050505,#001432e6);
}

.container {
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.screen {   
  background: linear-gradient(90deg, #050505,#001432e6);
  position: relative; 
  height: 600px;
  width: 360px; 
  box-shadow: 0px 0px 8px #cccc;
}


.screen__content {
  z-index: 1;
  position: relative; 
  height: 100%;
}

.screen__background {   
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);  
}

.screen__background__shape {
  transform: rotate(48deg);
  

  position: absolute;
}

.screen__background__shape1 {
  height: 520px;
  width: 530px;
  background: #fff; 
  top: 20px;
  right: 105px; 
  border-radius: 0 72px 0 0;
}

/*.screen__background__shape2 {
  height: 220px;
  width: 220px;
  background: #fff; 
  top: 52px;
  right: 0; 
  border-radius: 32px;
}

.screen__background__shape3 {
  height: 540px;
  width: 190px;
  background: linear-gradient(170deg, #5D54A4, #6A679E);
  top: 24px;
  right: 0; 
  border-radius: 32px;
}

.screen__background__shape4 {
  height: 400px;
  width: 200px;
  background: #7E7BB9;  
  top: 40px;
  right: 50px;  
  border-radius: 60px;
}*/

.login {
  
  padding: 30px;
  padding-top: 156px;
}

.login__field {
  padding: 20px 0px;  
  position: relative; 
}

.login__icon {
  position: absolute;
  top: 30px;
  color: #7875B5;
}

.login__input {
  border: none;
  border-bottom: 2px solid #D1D1D4;
  background: none;
  padding: 10px;
  padding-left: 24px;
  font-weight: 700;
  width: 75%;
  transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
  outline: none;
  border-bottom-color: #6A679E;
}

.login__submit {
  background: #fff;
  font-size: 14px;
  margin-top: 30px;
  padding: 16px 20px;
  border-radius: 26px;
  border: 1px solid #D4D3E8;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  color: #4C489D;
  box-shadow: 0px 2px 2px #5C5696;
  cursor: pointer;
  transition: .2s;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
  border-color: #6A679E;
  outline: none;
}

.button__icon {
  font-size: 24px;
  margin-left: auto;
  color: #7875B5;
}

.social-login { 
  position: absolute;
  height: 140px;
  width: 160px;
  text-align: center;
  bottom: 0px;
  right: 0px;
  color: #fff;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-login__icon {
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;  
  text-shadow: 0px 0px 8px #7875B5;
}

.social-login__icon:hover {
  transform: scale(1.5);  
}



.topnav {
  overflow: hidden;
 background: linear-gradient(90deg, #050505,#001432e6);
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #1e698f;
  color: white;
}


.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 0;
    color: green;
    text-align: center;
    font-size: 40px;
    z-index: 100;
    left: 15px;
}
#help {
  font-size: 14px;
}


#headf {
  background-color: inherit;
  color: red;
  font-weight: bold;

}


/************ Responsive design *****************/


@media only screen  and (max-width: 288px) {

  .topnav a{
    
    font-size: 10px;

  }
    
  
    }


@media only screen  and (max-width: 262px) {

  .button__icon {
    display: none !important;
    }
    
  
    }



@media only screen  and (max-width: 229px) {

  .screen {

    background: linear-gradient(90deg, #b1e0e0,#b1e0e0);
  }

  .screen__background__shape1 {

    background: ;
  }

    input{
    font-size: 8px;
    }

    .login__field  {
      color: white;

    }

}

@media only screen  and (max-width: 200px) {

  .login__submit {
    background: #fff;
    font-size: 10px;
    margin-top: 30px;
    padding: 10px;
    border-radius: 26px;
    text-transform: lowercase;
  
    }


    input {
      font-size: 10;
    }

}


/***************** Registration Styling Starts Here********/


.login-space {

  position: relative;
  max-width: 430px;
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}


.login-space h2{
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.login-space h2::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 28px;
  border-radius: 12px;
  background: #4070f4;
}


.login-space form{
  margin-top: 10px;
}
.login-space form .sty{
  height: 52px;
  margin: 15px 0;
}

form .sty input {

  height: 100%;
  width: 100%;
  outline: none;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 400;
  color: #333;
  border: 1.5px solid #C7BEBE;
  border-bottom-width: 2.5px;
  border-radius: 6px;
  transition: all 0.3s ease;

} 

.sty input:focus, .sty input:valid{
  border-color: #4070f4;
}

form .text h3{
 color: #333;
 width: 100%;
 text-align: center;
}
form .text h3 a{
  color: #4070f4;
  text-decoration: none;
}
form .text h3 a:hover{
  text-decoration: underline;
}


.stybutton {
  margin-top: 5px;
  height: 100%;
  width: 100%;
  outline: none;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 400;
  color: #fff;

  letter-spacing: 1px;
  border: none;
  background: #4070f4;
  cursor: pointer;
}
.stybutton:hover{
  background: #0e4bf1;
}



.row::after {
  content: "";
  clear: both;
  display: table;

}

[class*="col-"] {
  float: left;
  padding: 15px;
}
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}




@media only screen and (max-width: 300px) {


.sty ::placeholder {

  font-size: 15px;

}
  
  .login-space {

  position: relative;
  max-width: 800px;
  width: 100%;
  background: #fff;
  padding: 5px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

 .topnav a{
    
    font-size: 9px;

  }

}



@media only screen and (max-width: 229px) {


.sty ::placeholder {

  font-size: 9px;

}
}




@media only screen and (max-width: 599px) {

  .login-space {
  width: 90%;
  margin: auto;
}
  
}




@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .login-space {
  width: 50%;
  margin: auto;
}
  
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .login-space {
  width: 70%;
  margin: auto;
}
  
}













