﻿body { background:#3A3A3C;overflow:hidden;}
.wrapper-page {
    width:80%;
    max-width:350px;
}
h2 > img{max-height:120px; height:100%;}
.wrapper-page h2{
    margin: 20px 0;
}
label{color:white!important;}
input{border:none;border-radius:2px;}
.btn-primary {
    background-color: #ffcf01;
    color: #3A3A3C;
    border-color: #3A3A3C;
}

#small-logo {
    width: 80%;
}

#big-logo {
    height: 90vh;
}

@media screen and (max-width: 768px) {
    #big-logo {
        height: auto;
        width: 100%;
    }
}
