@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
* {
    margin: 0;
    padding: 0
}

body {
    background-color: #f8f6f5;
}

.container {
    min-height: 100vh;
    background-color: #f8f6f5;
    display: flex;
    justify-content: center;
    align-items: center
}

.card {
    width: 320px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    padding-bottom: 30px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    cursor: pointer
}

.top-div h2 {
    color: red;
    font-weight: 950;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.alert-success .alert-link {
    color: #0c4128
}

.top-div h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-div p {
    font-size: 12px
}

.footerlogin {
    position: fixed;
    bottom: 50px;
}

.top-div p a {
    font-weight: 950
}

.text-center {
    text-align: center!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.input-text {
    margin-top: 20px;
    position: relative
}

input[type='text'] {
    height: 30px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #cacacd;
    outline: 0;
    margin-bottom: 20px;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    transition: all 0.5s
}

input[type='email'] {
    height: 30px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #cacacd;
    outline: 0;
    margin-bottom: 10px;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    transition: all 0.5s
}


/* .input-text span {
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 14px;
    transition: all 0.5s
}

.input-text input:focus~span,
.input-text input:valid~span {
    top: -16px;
    font-size: 12px;
    font-weight: 600
} */

.ddd {
    position: absolute;
    left: 10px;
    transition: all 0.5s
}

.defaultspan {
    top: 6px;
    font-size: 14px;
}

.upspan {
    top: -16px;
    font-size: 12px;
    font-weight: 600
}

input[type="password"] {
    height: 30px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #cacacd;
    outline: 0;
    margin-bottom: 20px;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    transition: all 0.5s
}

.input-text .fa-envelope-o {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 12px
}

.input-text .fa-eye-slash {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 12px
}

.input-text .fa-eye {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 12px
}

.input-text a {
    position: absolute;
    top: -16px;
    right: 5px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none
}

.remember {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 6px;
    padding-top: 10px
}

.sign-in {
    margin: 0px 0 15px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.alert {
    position: relative;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 12px;
    font-weight: bold;
}

.sign-in button {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #007AFF;
    color: #fff;
    border: none;
    transition: all 0.5s;
    cursor: pointer
}

.sign-in button:hover {
    background-color: #2C3E3E
}

.or {
    display: flex;
    justify-content: center;
    align-items: center
}

.or small {
    font-weight: 700;
    color: #ccc;
    font-size: 11px;
    background-color: white;
    padding: 0 5px
}

hr {
    border: 1px solid #ebebeb;
    margin-top: -9px
}

.google {
    margin-top: 15px;
    display: flex;
    ;
    justify-content: center;
    align-items: center;
    position: relative
}

.google button {
    width: 100%;
    height: 25px;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    border: 1px solid #b0d6d6;
    font-size: 12px;
    color: #428389;
    cursor: pointer;
    transition: all 0.5s
}

.google button:hover {
    background-color: #CDF9F9
}

.fa-google {
    position: absolute;
    top: 6px;
    left: -40px;
    font-size: 14px;
    transition: all 0.5s
}

.google button:hover .fa-google {
    position: absolute;
    left: 105px;
    color: #0a8080
}

.last {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative
}

.last button {
    width: 100%;
    height: 25px;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    border: 1px solid #b0d6d6;
    font-size: 12px;
    color: #428389;
    cursor: pointer;
    transition: all 0.5s
}

.last button:nth-child(1):hover {
    background-color: #CDF9F9
}

.fa-android {
    position: absolute;
    top: 5px;
    left: -40px;
    font-size: 14px;
    transition: all 0.5s
}

.last button:hover .fa-android {
    position: absolute;
    left: 20px
}

.last button:nth-child(2):hover {
    background-color: #CDF9F9
}

.fa-apple {
    position: absolute;
    top: 6px;
    left: -40px;
    font-size: 14px;
    transition: all 0.5s
}

.last button:hover .fa-apple {
    position: absolute;
    left: 170px
}

.warning {
    border: 1px solid red !important
}