html {
height:100%;
}

body{
    font-size:14px;
    background: #f5f5f5  no-repeat center;
        background-size:cover;
        background-attachment: fixed;
}

.container{
    min-width: 57em;
}

main{
    max-width: 57em;
    border-radius: 6px;
    margin: 3em auto;
    height:100%;
    background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
        
}

form {
    display: grid;
       grid-template-columns: 1fr;
        
}

.intl-tel-input { width: 100%; }

#form-container{
    padding: 1.5rem 0;
}

.element-block{
    padding: 1em 4em;
}

.help-block{
    font-size: 0.8em;
    font-weight: 700;
    color: #9f9f9f;
}

.label{
    color: #212529;
    font-weight: 700;
    font-size: 0.9em;
}

.margin-center>div{
    margin:0 auto !important;
}

.display-none{
    display:none !important;
}

#ty-page{
    padding:1em;
    background-color: white;
    max-width: 30%;
    margin: 10% auto;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
}

.ty-footer{
    background-color: #e0e0e0;
    padding: 2em;
    margin: 2em 1em 1em 1em;
    text-align: center;
}

.ty-footer .copyright {
    color: #929292;
}

.ty-footer .copyright a{
    color: #0040e6;
    font-weight: 700;
    text-decoration: none;
}

#statusMsg {
    list-style: none;
    margin-top: 1rem;
}

#statusMsg li::before {
    content: "\2022";
    color: #b92f3c;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.selected-files ul{
    list-style: none;
    padding: 0;
    margin-top: 1em;
}

.selected-files ul li {
    padding: 0.5em;
    border: 1px solid #80808052;
    display: block;
    border-radius: 10px;
    font-size: x-small;
    margin-bottom: 1em;
}

.close-btn-file{
    width: 1em;
    height: 1em;
}

.offset-lg-3 {
    margin-left:24%;
}

input[type='file'] {
    display: contents;
    opacity:0
}

.iti--allow-dropdown {
    width:100%;
}

.submit-link {
    margin: 0 1em;
}

.form-group label, .form-group .help-block{
    border-width: 0 !important;
    border-color: transparent !important;
    background-color: transparent !important;
}

@media (max-width: 480px) {
.offset-lg-3 {
    margin-left:0%;
}

    .element-block{
        padding: 1em 1em;
    }

    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }

    #ty-page {
        max-width: 100%;
    }

}

@media (max-width: 800px) {

    #ty-page {
        max-width: 50%;
    }

}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

#ty-page {
    animation: fadein 0.6s ease-in;
}

