﻿.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;
}

.error-login-code {
    color: #e00000;
    font-weight: bold;
}

.otl-header {
    margin-top: 40px;
    color: #3b4f59;
    font-size: 22px;
    font-weight: bold;
}

.otl-container {
    margin-top: 20px;
    font-size: small;
    font-family: 'Roboto', sans-serif;
}

.otl-mt-5 {
    margin-top: 5px;
}

.otl-h4-fs-15 {
    font-size: 15px
}

.send-code-button {
    background-color: #0A7BB8;
    color: white;
    border: none;
}

.back-button-login {
    background-color: #D9D3D2;
    color: white;
    border: none;
    font-weight: bold;
}

.otl-dv-loader {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #000000;
    opacity: 0.7;
}

.otl-loader-img {
    padding: 10px;
    position: fixed;
    top: 45%;
    left: 50%;
}

.otl-loader-text {
    padding: 10px;
    position: fixed;
    top: 49%;
    left: 47%;
    color: white;
}