﻿.checkbox {
    overflow: hidden;
}

.logo {
    animation: resize 1s ease;
}

input {
    height: 40px !important;
}
@keyframes resize {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.modal-mail {
    z-index: 1051;
}