﻿.email-login-request-content {
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    box-sizing: border-box
}

.email-login-request-content-left {
    float:left;
    width:65%;
}

.email-login-request-content-right {
    float: right;
    width: 35%;
}

.login-email-error {
    color: red;
    width: 400px;
}

.account-login-email-input {
    width: 300px;
}

.email-login-request-title {
    font-size: 15px;
    font-weight: bold
}

.email-login-request-email {
    font-weight:bold;
}

.email-login-request-icon {
    width: 150px;
    padding-left: 20px;
}

.email-login-request-button {
    padding-top: 20px;
    clear: both;
    display: flex;
    justify-content: center;
    align-content:center;
}

.btn-email-login-create-new-user {
    width: 150px;
    height: 30px;
    color: #13598C;
    background-color: white;
    border: #13598C solid 1px;
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
    margin-right:10%;
}

.btn-smb-sign-out-after-verification {
    width: 150px;
    height: 30px;
    color: #13598C;
    background-color: white;
    border: #13598C solid 1px;
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-email-login-account-sign-out {
    width: 150px;
    height: 30px;
    color: #4c80a5;
    background-color: white;
    border: none;
    margin: 2px;
    cursor: pointer;
}

.btn-email-login-account-verify-email {
    width:150px;
    height: 30px;
    color: #13598C;
    background-color: white;
    border: #13598C solid 1px;
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10%;
}

    .btn-email-login-account-verify-email:disabled {
        width: 150px;
        height: 30px;
        color: lightgray;
        background-color: white;
        border: #13598C solid 1px;
        margin: 2px;
        border-radius: 5px;
        cursor: pointer;
        margin-right: 10%;
    }

.btn-email-login-user-sign-out {
    width: 150px;
    height: 30px;
    color: #13598C;
    background-color: white;
    border: #13598C solid 1px;
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-email-login-logout {
    width: 250px;
    height: 30px;
    color: #4c80a5;
    background-color: white;
    border: none;
    margin: 2px;
    cursor: pointer;
}

/*.btn-email-login-logout {
    float: right;
    color: #4c80a5 !important;
    cursor: pointer;
}*/

p.short-row-distance {
    line-height: 120%;
    margin-top: 0;
}

hr.short-margin-bottom {
    margin-bottom: 5px;
}