main.login {
    background-image: url(../images/euro-2020-api.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11.2vh 0;
    /*height: 100%;*/
    /*max-height: 100vh;*/
    overflow: hidden;
}
@media (max-width: 480px) {
    main.login {
        padding: 10vh 0;
    }
}
main.login h1, main.login h4 {
    color: #ffffff;
    text-transform: uppercase;
}
main.login h1 {
    font-weight: 700;
}
main.login .login-content {
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #ffffff;
}
@media (max-width: 480px) {
    main.login .login-content {
        padding: 30px;
    }
}
main.login .login-content h4 {
    color: #3ab4bf;
    text-transform: inherit;
    font-weight: 700;
}
main.login .login-content .login-btn {
    background-color: #355A5E;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 25px;
    border: none;
    display: block;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s ease-out;
}
main.login .login-content .login-btn:hover {
    background-color: #3ab4bf;
}
main.login .login-content label {
    color: #000000;
    font-size: 14px;
    padding-left: 10px;
    font-weight: 300;
}
main.login .login-content .uk-input {
    border-radius: 50px;
    border-color: #3ab4bf;
    color: #3ab4bf;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 500;
    margin-top: 5px;
}
main.login .login-content a {
    color: #000000;
    font-size: 14px;
    transition: all .3s ease-out;
}
main.login .login-content a:hover {
    color: #3ab4bf;
    border-bottom: 1px solid #3ab4bf;
}

/*.checkbox-wrapper {*/
/*    position: relative;*/
/*}*/

/*.checkbox-wrapper input[type="checkbox"] {*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    -webkit-appearance: none;*/
/*}*/

/*.checkbox-wrapper label {*/
/*    display: flex;*/
/*    position: relative;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    padding-left: 0px !important;*/
/*}*/

/*.checkbox-wrapper label:before,*/
/*.checkbox-wrapper label:after {*/
/*    pointer-events: none;*/
/*}*/

/*.checkbox-wrapper label:before {*/
/*    display: flex;*/
/*    content: '';*/
/*    height: 16px;*/
/*    width: 16px;*/
/*    border:  solid 2px #808285;*/
/*    background: #fff;*/
/*    margin-right: 12px;*/
/*    border-radius: 3px;*/
/*}*/

/*.checkbox-wrapper label:after {*/
/*    height: 5px;*/
/*    width: 12px;*/
/*    left: 5px;*/
/*    border-bottom: solid 4px #000;*/
/*    border-left: solid 4px #000;*/
/*    background: none;*/
/*    transform:  rotate(-45deg) scale(0);*/
/*    transition: transfrom .1s ease, opacity .1s ease;*/
/*    transform-origin:  center center;*/
/*}*/

/*.checkbox-wrapper input[type="checkbox"]:checked + label:after {*/
/*    opacity: 1;*/
/*    transform: rotate(-45deg) scale(.8);*/
/*}*/

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: #355A5E !important;
    border-color: transparent;
}

.uk-checkbox:focus, .uk-radio:focus {
    outline: 0;
    border-color: #355A5E !important;
}

.uk-checkbox, .uk-radio {
    border-radius: 3px !important;
}
