/* font-family: "RobotoRegular"; */
@font-face {
    font-family: "RobotoRegular";
    src: url("/font/RobotoRegular.eot");
    src: url("/font/RobotoRegular.eot%3F")format("embedded-opentype"),
    url("/font/RobotoRegular.woff") format("woff"),
    url("/font/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoLight"; */
@font-face {
    font-family: "RobotoLight";
    src: url("/font/RobotoLight.eot");
    src: url("/font/RobotoLight.eot%3F")format("embedded-opentype"),
    url("/font/RobotoLight.woff") format("woff"),
    url("/font/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoMedium"; */
@font-face {
    font-family: "RobotoMedium";
    src: url("/font/RobotoMedium/RobotoMedium.eot");
    src: url("/font/RobotoMedium/RobotoMedium.eot%3F")format("embedded-opentype"),
    url("/font/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("/font/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoBold"; */
@font-face {
    font-family: "RobotoBold";
    src: url("/font/RobotoBold.eot");
    src: url("/font/RobotoBold.eot%3F")format("embedded-opentype"),
    url("/font/RobotoBold.woff") format("woff"),
    url("/font/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.start{
    height: 100vh;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.start div{
    width: 100%;
}
.pass{
    text-align: center;
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: bold;
}

.button{
    width: 90%;
    max-width: 300px;
    height: 45px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    margin: auto;
    border-radius: 6px;
    background-color: #F2F2F2;
    margin-top: 10px;
    line-height: 45px;
    padding: 0 10px;
    font-family: inherit;
}
.center{
    position: absolute;
    top: 15%;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}

.desc{
    position: absolute;
    top: 17%;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    font-family: 'RobotoLight';
    opacity: 0.7;
    display: none;
}
.flex{
    display: flex;
    width: 100%;
}

.flex img{
    height: 100vh;
}
form{
        text-align: center;
        height: 100vh;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
}

* {
    box-sizing: border-box;
    font-family: "RobotoLight";
    
    font-size: 14px;
}

body {
    padding: 0px;
    margin: 0px;

}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


#center {
    position: fixed;
}

#form .notice {
    background-color: #f2f4f8;
    height: 40px;
    line-height: 40px;
    margin-bottom: 16px;
    
    border-radius: 4px;
    text-align: center;
}

#form .field {
    margin-bottom: 56px;
}

#form .field label, .start label {
    display: block;
    margin-bottom: 23px;
    text-align: center;
    /* opacity: 0.8; */
    /* font-size: 14px; */
font-size: 20px;padding: 0;/* margin-bottom: unset; */font-weight: bold;}

#form .field button {
font-family: "RobotoRegular";
    background-color: #dbe5ec;
    color: #111;
    height: 45px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    backg_mnRound-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: auto;
    vertical-align: top;
    width: 320px;
    
}
#center{
    width: 100%;
}
#form .field input {
    height: 40px;
    width: 320px;
    margin:auto;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #f2f4f8;
    margin-bottom: 20px;
    background: #F2F2F2;
}

#form .field textarea {
    height: 102px;
    width: 400px;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #f2f4f8;
}

._bgGreen {
    background-color: #1A4ADA!important;
    color: #fff !important;
}

._bgGreen:hover {
    background-color: #3d63d6 !important;
    color: #fff !important;
}

._bgRed {
    background-color: #dc1b1f !important;
    color: #fff !important;
}

._bgRed:hover {
    background-color: #ed2024 !important;
    color: #fff !important;
}

.remind {
    text-align: center;
    text-transform: uppercase;

}

.remind a {
    font-size: 12px;
    color: #666;
    text-decoration: none;
}


.remind a:hover {
    color: #666;
    text-decoration: underline;
}
.hidden {
    display: none;
}


@media only screen and (max-width: 520px) {

    .center {
        display: flex;
    }
    .desc{
        display: block;
    }
    .flex img{
        display: none;
    }
}


