*{box-sizing: border-box;font-family: tahoma;}
body,html{margin: 0;padding: 0}
body{
    background: url("/login/img/bglogo.jpg") 0 0 no-repeat;

    height: 100vh;
    overfl1ow: hidden;
    background-size: cover;
}
.login_bg{
    float: right;
    width: 30vw;
    height: 100vh;
    background: rgba(255,255,255,0.7);
}
.login_form{
    margin: auto;
    margin-top: 35vh;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 10px;
    top: 50vh;
    width: 215px;

    font-size: 12px;
    font-family: tahoma;
    overflow: hidden;
}
.login_form input, select,#signup{
    display: block;
    border: 1px solid #999;
    background: #EFEFEF;
    padding: 3px 5px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
}


#signup{display: none}


#msg{
    color: #d92724;
    clear: both;
}
.reg_body{ positi1on: fixed;}
.reg_body_bg{
    background: rgba(0,0,0,0.6);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 0;
}
#reg h1{text-align: center;font-size: 1.5rem;}
#content{
    margin: 5vh auto;
    background: #FFFFFF;
    padding: 20px;
    width: 500px;
    z-index: 100;
    position: absolute;
    margin-left: -250px;
    left: 50vw;
    z-index: 10;
    border-radius: 1rem;
    
        background: #191c24;
    box-shadow: 0 0 10px #2e2b41;
    color: #FFF;
}
.r_field{margin-bottom: 20px;    font-size: 1.5rem;}
label{
    display: block;
    font-size: 1rem;
    margin-bottom: 10px;
}
.singup input,.singin input,.singin select{
    width: 100%;
    border:1px solid gray;
    
        background: #2A3038;
    border: 1px solid #2c2e33;
    color: #fff;
    padding: 0.4rem 1.25rem;
    font-size: 1rem;
    border-radius: 5px;
}
#breg,#bLogin{
    margin:auto;
    display: block;
    margin-top:3rem;
    padding: 0.75rem 3rem;
    font-size: 1rem;
    background: #0090e7;
    color:#fff;
    width:100%;
    border: 1px solid transparent;
    border-radius: 5px;
    
}
#signup{
    float: left;

    border: 1px solid #175476;
    color: #37474f;
    text-align: center;
    width: 70px;
    margin-top: 10px;
}
#msgerror{color: #ae0b0c}
#msgreg{color: green}

.tabs .b{border-color: #37474F;color:lightgrey;padding:1rem;
   border-radius: 2px;
    font-size: 1rem;border:1px solid lightgrey;
    cursor: pointer;
    text-align: center;
    width: 48%;
}
.tabs .b.act{background: #37474F;color:#fff; border:0}
.tabs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.singup{display: none}
#content h1{
    text-align: center;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
}