﻿html,
body {
    height: 100%;
}

.login-contents {
    text-align: center !important;
    max-width: 300px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mailfactorform {
    margin-top: 20px;
    display: none;
}

.idform {
    display: block;
}

.emailtxt {
    text-align: left;
    font-size: 12px;
    word-break: break-all;
    margin-top: 10px;
}

.toptitle {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #717171;
    background-color: #efefef;
    border-radius: 10px;
    padding: 5px;
}

.multibtns {
    display: flex;
    width: 300px;
    overflow: hidden;
    justify-content: space-between;
    margin-top: 10px;
}

.multibtn {
    width: 45px;
    height: 60px;
}

.multibtninput {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 5px;
    color: #000000;
    font-size: 20px;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    -moz-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    color: transparent;
    text-shadow: 0 0 0 #000000;
}

    .multibtninput:focus {
        outline: none !important;
        border: 2px solid #1d71c7;
        border-radius: 5px;
        box-shadow: none;
    }

#emailtextspan {
    color: #1d79bd;
    font-weight: bold;
}

.logoposition {
    margin-left: 10px;
    margin-top: 20px;
    width: 134px;
    height: 31px;
}

.font12{
    font-size:12px !important;
}

.loadingdiv{
    display:none;
}

#step1btn {
    width:100%;
    font-size:14px;
}

#step2btn {
    width: 100%;
    font-size: 14px;
}

.btndiv{
    height:40px;
    margin-top:10px;
}

#footerlogo{
    margin-top:10px;
}