@media screen and (max-height: 580px) {
    #Main .Right .Logo {
        margin-bottom: 20px;
        padding: 20px 0;
    }

    #Main .Right .Form.Marginer {
        margin: 30px 0;
    }

    .Buttons {
        margin: -15px 0 15px;
    }
}

@media screen and (max-width: 770px) {
    #Main .Right {
        width: 100%;
        -moz-transition: width .15s ease;
        -o-transition: width .15s ease;
        -webkit-transition: width .15s ease;
        transition: width .15s ease;
    }
}
