@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700&display=swap');
h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
a,a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
body {
	background: url('../images/body-bg.png');
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
}
/* Screen 1 */
.index-screen-sect{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}
.left-screen-sect {
    width: 100%;
    max-width: 600px;
    padding: 0 15px 0 0;
}
.left-screen-logo {
    margin-bottom: 20px;
}
.left-screen-sect .paragraph {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}
.para {
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
    color: #171717;
}
.mobile-screen{
    background: url('../images/mobile-screen.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 400px;
    min-height: 820px;
    max-height: 820px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.logo-img img {
    max-width: 180px;
    object-fit: cover;
    object-position: center;
}
.screens-top-logo {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.screens-top-logo img {
    max-width: 130px;
    object-fit: cover;
    object-position: center;
}
.login-screens{
    display: none;
    width: 300px;
}
.input_wrap input {
    border: none;
    background: none;
    color: #8c8c8c;
    padding: 2px 5px;
    outline: none;
    font-weight: 500;width:90%;
}
.input_wrap input:focus{
    background: none !important;
}
.social-icon {
    color: #171717;
}
.input_wrap {
    border-bottom: 1px solid #171717;
    margin-top: 20px;
}
/* .forget-pswd {
    display: block;
    text-align: end;
    color: #171717;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
} */
.cta {
    background: #63c0bf;
    color: #171717;
    display: block;
    text-align: center;
    border-radius: 30px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    transition:all 0.3s ease-in-out;
}
.cta:hover{
    color: #171717;
    background:#7fcac7;
}
.btn-sect {
    margin: 20px 0 50px;
}
.login-title {
    color: #171717;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.paragraph {
    color: #171717;
    font-size: 18px;
    font-weight: 500;
}
.paragraph a {
    color: #171717;
    border-bottom: 1px solid #171717;
    padding-left: 5px;
}
.qr-section{
    display: none;
}
.signup-sect{
    display: none;
}
.QR-Modal .modal-content {
    background: #fff;
    border-radius: 20px;
    height: 280px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}
.recovery-head {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    max-width: 240px;
    margin: 0 auto;
    text-align: center;
}
.paragraph.app-text {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.mtt-50{
    margin-top:60px;
}
.QR-Modal .input_wrap i {
    color: #63c0bf;
}
.QR-Modal .paragraph {
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
    color: #8c8c8c;
}
.qr-btn .cta {
    margin-bottom: 10px;
}
.qr-modal .input_wrap {
    display: flex;
}
.bottom-text {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
}
.modal {
    left: 275px !important;
}
/*  */
.profile-pic-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pic-holder {
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .pic-holder .pic {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  
  .pic-holder .upload-file-block,
  .pic-holder .upload-loader {
    position: absolute;
    top: -5px;
    left: -12px;
    height: 100%;
    width: 100%;
    color: #f8f9fc;
    font-size: 12px;
    font-weight: 600;
    opacity: 1;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    transition: all 0.2s;
  }
  
  .pic-holder .upload-file-block {
    cursor: pointer;
  }
  
  .pic-holder:hover .upload-file-block,
  .uploadProfileInput:focus ~ .upload-file-block {
    opacity: 1;
  }
  
  .pic-holder.uploadInProgress .upload-file-block {
    display: none;
  }
  
  .pic-holder.uploadInProgress .upload-loader {
    opacity: 1;
  }
  
  /* Snackbar css */
  .snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 14px;
    transform: translateX(-50%);
  }
  
  .snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 30px;
      opacity: 1;
    }
  }
  
  @keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 30px;
      opacity: 1;
    }
  }
  
  @-webkit-keyframes fadeout {
    from {
      bottom: 30px;
      opacity: 1;
    }
    to {
      bottom: 0;
      opacity: 0;
    }
  }
  
  @keyframes fadeout {
    from {
      bottom: 30px;
      opacity: 1;
    }
    to {
      bottom: 0;
      opacity: 0;
    }
  }
  

/*  */
.select-opt{
    background:transparent;
    width:100%;
    border: none;
    outline: none;
}
