/* extracted style block 1 from members/login.blade.php */
.shape-bg{
        display:none;
    }
.main {
    padding-top: 12%;
    padding-bottom: 8%;
}
.loginform {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 0%;
}
.loginform h2 {
    font-size: 2vw;
    margin-bottom: 3%;
    font-size: 2vw;
    letter-spacing: 3px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 35px;
    text-align: left;
    font-weight: 600;
}
input#userid {
    margin-top: 5px;
    margin-bottom: 15px;
}
.loginform label {
    display: inline-block;
    width: 100%;
}
.input.text {
    display: grid;
}
.input.password {
    display: grid;
}
label {
    font-size: 1vw;
    font-weight: 600;
    margin: 4px 0 0px 0;
}

input#userid {
    height: 1.5vw;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 35%;
}
input#password {
    height: 1.5vw;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 35%;
}
input.waves-button-input {
    background: #000;
    color: #fff;
    width: 300px;
    font-weight: 600;
    height: 50px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    margin-top: 15px;
}
input.waves-button-input {
    background: #000;
    color: #fff;
    width: 300px;
    font-weight: 600;
    height: 2.8vw;
    margin-bottom: 10px;
    letter-spacing: 1px;
    margin-top: 3%;
    display: block;
}
p.sub01 {
    font-size: 1vw;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1%;
    padding-bottom: 4px;
    margin-top: 1%;
    font-weight: 500;
    color: #000;
}
p.sub02 {
    font-size: 1vw;
    font-weight: 500;
    color: #000;
}
    .error{
        color:red;
        font-size:10px;
    }

@media only screen and (max-width: 767px) {
.loginform h2 {
    font-size: 2vw;
    margin-bottom: 3%;
    font-size: 16px;
    letter-spacing: 3px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 35px;
    text-align: left;
    font-weight: 600;
}
input.waves-button-input {
    background: #000;
    color: #fff;
    width: 100%;
    font-weight: 600;
    height: 40px;
    margin-bottom: 45px;
    letter-spacing: 1px;
    margin-top: 25px;
    display: block;
}
label {
    font-size: 13px;
    font-weight: 600;
    margin: 4px 0 0px 0;
}
p.sub01 {
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 1%;
    font-weight: 500;
    color: #000;
    line-height: 20px;
}
p.sub02 {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
input#userid {
    height: 30px;
    padding: 1px 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 95%;
 color:#000!important;
    font-weight: 600;
}
input#password {
    height: 30px;
    padding: 1px 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 95%;
 color:#000!important;
    font-weight: 600;
}
}

/* extracted style attributes */
.csp-s-dac4fe6c9b{text-align:center;}
