html {
    height: 100%;
    font-family: Montserrat;
}
img {
    width: 100%;
}
body {
    margin: 0;
    height: 100%;
    min-height: 400px;
    font-family: Montserrat;
}

button:hover {
    cursor: pointer;
}

.copyright {
    margin: 10px 0px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

.copyright > p {
    margin: 0px;
}

button:focus, input:focus, select:focus {
    outline: 0;
}

#error {
    color: #F00;
    font-size: 14px;
    font-weight: 500;
}

#confirmation{
    color: #0F0;
    font-size: 14px;
    font-weight: 500;
}

.popupLoad {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    display:flex;
    align-items: center;
}

@media screen and (min-width: 635px){
    .popudLoad {
        height: auto; 
        padding: 10px 0px;
    }
}