/* styled *, .logo, .img_class, .card, .card p, .label, .card-body, form, .box, #btn, #btn:hover,
.social_icon, .social_icon img, .card-body input(John Ekunola) */

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

body {
    background: linear-gradient(90deg, #9DECE7 44.8%, #FFFFFF 100%);
}

a{
  text-decoration: none;
  color: #5dfff4;
}

.main-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 10px;
    background-image: url(/images/Casual\ life\ 3D\ -\ 300.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    margin-bottom: 5px;
}

.img_class {
    display: none;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-height: max-content;
    backdrop-filter: blur(3px);
    padding: 6% 10%;
} 

.card p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
}

.label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
}

.card-body {
    padding: 30px 0;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: auto;
    margin-top: 20px;
}

.box {
    padding: 11px;
    margin: 5px;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 1rem;
}

.phone-box {
    align-self: flex-start;
    padding: 11px;
    margin: 5px 0;
    width: 70%;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 1rem;
  }
  
  .provider-logo {
    max-width: 30px;
    margin-left: 10px;
  }
  
  .phone-container {
    display: flex;
    align-items: center;
    width: 100%;
  }

#phone-num::-webkit-outer-spin-button,
#phone-num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


button {
    background-color: #fff;
    color: #9DECE7!important;
}

#btn {
    margin-top: 15px;
    padding: 10px 20px;
    width: 40%;
    box-shadow: 0px -2px 37px -3px rgba(113, 122, 122, 0.5);
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 1rem;
}

button#btn:hover {
    cursor: pointer;
    background-color: #9DECE7;
    color: #fff!important;
    font-weight: bold;
}

.card-body {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border: none;
    padding: 20px 0 0 10px;
    color: #001125;
    outline: none;
    border-radius: 3px;
    background: rgba(252, 252, 252, 0.2);
    cursor: pointer;
} 

.social_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10rem;
    overflow: hidden;
}

.social_icon img {
    cursor: pointer;
}
