﻿#login {
    width: 320px;
    height:420px;
    background-color: rgba(255, 255, 255, 0.10);
    border: 2px solid #CFCFCF;
    border-radius: 25px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -200px;
    box-shadow: 0px 0px 20px #000000;
}


#login_header {
    border-bottom: 3px solid #FCFCFC;
}

    #login_header h2 {
        color: #3a87ad;
    }

.content {
    margin: 5%;
    background: #FCFCFC;
    border-radius: 10px;
}

.content_login_header {
    background-color: #033c73;
    color: #FCFCFC;
    font-size: 20px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

input[type=button] {
    font-size: 1.2rem;
}