﻿.parent-txt {
    width: 304px;
    height: 35px;
    border-radius: 5px;
    padding: 5px;
    border: none;
    background-color: #edeeef;
}

.fa-facebook-f {
    background-color: white;
    color: blue;
    width: 15px;
    height: 13px;
    padding-top: 1px;
    padding-left: 3px;
}

.fa-check {
    color: green;
}

.cell-img {
    background-color: black;
    height: 45px;
    width: 145px;
    border-radius: 5px;
}

.cell-label {
    margin-top: 0px !important;
}

.button-login-one-time {
    background-color: maroon;
    border-radius: 5px;
    text-align: center;
    padding-top: 8px;
    color: white;
    text-decoration: none;
}

.button-login-one-time:hover {
    background-color: maroon;
    color: white;
    text-decoration: none;
}

.m-top-5 {
    margin-top: 5px;
}

.button-login-apple {
    background-color: black;
    border-radius: 5px;
    text-align: center;
    padding-top: 8px;
    color: white;
    text-decoration: none;
}

    .button-login-apple:hover {
        background-color: black;
        color: white;
        text-decoration: none;
    }

.btn-back-login {
    display: inline-block;
    width: 304px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background-color: #6c757d;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}

    .btn-back-login:hover,
    .btn-back-login:focus {
        background-color: #5a6268;
        color: #ffffff;
        text-decoration: none;
    }