@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

body {
    background-color: #eee;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    overflow-y: scroll;
}

.container {
    height: 100%;
    top: 30px !important;
}

.card {
    width: 400px !important;
    border: none !important;
    box-shadow: 0 0 66px 0 rgb(0, 0, 0, 0.19);

}
@media(max-width: 700px){
    .card{
        width: 100% !important;
        height: 98% auto !important;
    }
}

.form-control {
    border: 1px solid #bdc1d2 !important;
    font-size: 13px;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgb(0, 0, 0, .09);
    height: 45px
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f7bfd9;
    outline: 0;
    box-shadow: none
}

.form {
    position: relative;
    margin-bottom: 25px;
}

.form a {
    position: absolute;
    right: 8px;
    bottom: 10px;
    color: #6ca0d6;
    font-size: 13px;
    text-decoration: none;
    z-index: 10;
    background-color: #fff;
    padding: 5px
}

.continue {
    height: 48px;
    font-size: 13px;
    background-color: #e91e63;
    border: none
}

.line-text {
    color: #cecece
}

.line {
    background-color: #eeeff6;
    width: 100%;
    height: 2px
}

.member a {
    color: #e91e63;
    font-size: 14px
}

.member span {
    font-size: 13px;
    font-weight: 400;
    color: #6ca0d6
}

.facebook-button {
    background-color: #39559f
}

.facebook-button:hover {
    background-color: #39559f
}

.facebook:focus {
    color: #fff;
    background-color: #4285f4;
    border-color: #4285f4;
    box-shadow: none
}

.google-button {
    background-color: #4285f4
}

.google-button:hover {
    background-color: #4285f4
}
button a {
    color: #fff;
}