﻿.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;
    }