@charset "utf-8";
/* CSS Document */

html, body {
    background-color: #9aa4ac;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
}

#copyright {

    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    top: 50%;
    margin-top: 172px;
    left: 0px;
    color: #FFFFFF;
    font-size: 80%;

}

.user_card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    border-radius: 20px;
    width: 300px;
    overflow: hidden;
    padding: 50px;
    position: fixed;
    top: 50%;
    margin-top: -196px;
}

.brand_logo{

    width:100%;
}

.form_container{

    margin-top:30px;
}

.btn{

    min-width:200px;
}
