*,
*::before,
*::after{
    box-sizing: border-box;
    outline: none;
}
html{
    font-size: 16px;
}
body{
    font-family: 'Roboto';
    font-size: 1.1rem;
    font-weight: 400;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #fffafa;
}
a{
    color: #006788;
    text-decoration: none;
}
a:hover{
    color: #006788;
    text-decoration: underline;
    text-underline-offset: 3px;
}
b{
    color: #006788;
    font-weight: 600;
}
h4{
    margin: 20px 0;
    padding: 0;
    color: #006788;
}
.container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #fffafa;
    padding: 0;
    margin: 0;
}
.hidden{
    display: none;
}
*:disabled{
    background: #d6d6d6!important;
    border: 1px solid #808080!important;
    opacity: .4;
}
/* @media (min-width: 320px){
    .container{
        height: 71vh;
    }
}
@media (min-width: 576px){
    .container{
        height: 72vh;
    }
}
@media (min-width: 768px){
    .container{
        height: 85vh;
    }
}
@media (min-width: 992px){
    .container{
        height: 100vh;
    }
} */
.wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 360px;
    height: 560px;
    margin-top: -120px;
    padding: 30px 10px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    box-shadow: 3px 3px 12px #dedede;
    background: #ffffff;
}
.logo-box{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}
.logo{
    width: 70px;
    height: 70px;
    margin-left: -60px;
    object-fit: contain;
    object-position: center;
}
.logo-box::after{
    position: absolute;
    content: "MARKET";
    font-size: 1rem;
    top: 53px;
    left: 14px;
    width: 10px;
    height: auto;
    color: #006788;
}
.lgspan{
    position: absolute;
    font-size: .7rem;
    color: #006788;
    letter-spacing: 11px;
    top: 73px;
    left: -58px;
}
.logo-subtitle{
    font-size: 14px;
    margin-top: -15px;
}
.subtitle{
    font-size: 14px;
    text-align: justify;
    width: 90%;
}
.out-info{
    width: 90%;
    font-size: 14px;
    text-align: left;
    p{
        margin: 5px 0 10px 0;
        padding: 0;
    }
}

form{
    text-align: center;
    margin-top: -30px;
}
.login-form{
    width: 100%;
}
textarea{
    display: inline-block;
    width: 90%;
    height: auto;
    margin-bottom: 10px;
    padding-left: 8px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    resize: none;
}
input{
    display: inline-block;
    width: 90%;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 8px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}
input[type="email"]{
    display: inline-block;
    width: 90%;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 8px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}
button{
    width: 90%;
    height: 30px;
    border: 1px solid #0489b3;
    color: #fffafa;
    background: #0489b3;
    border-radius: 4px;
    cursor: pointer;
    font-size: .8rem;
    transition: all .3s ease-in-out;
    b{
        color: #fffafa;
        transition: all .3s ease-in-out;
    }
}
button:hover{
    border: 1px solid #0489b3;
    color: #0489b3;
    background: #fffafa;
    transition: all .3s ease-in-out;
    b{
        color: #0489b3;
        transition: all .3s ease-in-out;
    }
}
button[type="button"]{
    background: #d4f5ff;
    border-color: #9bced1;
    cursor: pointer;
    font-size: .8rem;
    transition: all .3s ease-in-out;
    img{
        margin-top: 2px;
    }
}
button[type="button"]:hover{
    background: #c7facc;
    border-color: #7bac6e;
    transition: all .3s ease-in-out;
}
.link-form{
    width: 90%;
    text-align: center;
    margin-top: -20px;
}
.link-form a img{
    margin-left: 10px;
}
.btnLink{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    border: 1px solid #36b2d8;
    border-radius: 4px;
    background: #36b2d8;
    color: #fffafa;
    transition: all .3s;
}
.btnLink:hover{
    text-decoration: none;
    background: #fffafa;
    color: #36b2d8;
    transition: all .3s;
}
.or{
    position: relative;
    width: 90%;
    height: 2px;
    color: var(--bord);
    border-bottom: 1px solid #dddddd;
    margin-top: -25px;
}
.or::after{
    position: absolute;
    content: 'or ';
    width: 20px;
    color: #dddddd;
    background-color: #ffffff;
    text-align: center;
    margin: 0 5px;
    top: -10px;
    left: 138px;
}
table{
    width: 96%;
    border-collapse: collapse;
    border: 0px solid #0489b3;
    font-size: 14px;
    color: #006788;
}
/* table tr{
    
} */
table tr td{
    border: 0px solid #a6d5e4;
    padding: 4px 4px;
    text-align: top left;
}
table tr td:nth-child(1){
    font-weight: 600;
    width: 45%;
    /* background: #e3f1fc; */
}
table tr td:nth-child(2){
    width: 55%;
    /* table-layout: fixed;
    text-overflow: ellipsis; */
    /* white-space: nowrap;
    text-overflow: ellipsis; */
}
table tr td p{
    display: block;
    width: 190px;
    /* height: 52px; */
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
footer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    width: 100%;
    height: auto;
    margin: -222px 0 0 0;
    padding: 10px;
}
.footer__item{
    width: 360px;
    height: auto;
    font-size: .8rem;
    font-weight: 300;
    padding: 20px 0;
    text-align: center;
}
.copy{
    display: block;
    width: 100%;
    text-align: center;
    background-color: #0489b3;
    color: #fffafa;
    padding: 5px 10px;
    font-size: .7rem;
    border-radius: 4px;
}
p .address{
    font-weight: 600;
    color: #fa9b0c;
}
@media (min-width: 320px){
    .footer__item:nth-child(1){
        display: none;
    }
    .footer__item:nth-child(3){
        display: none;
    }
}
@media (min-width: 576px){
    .footer__item:nth-child(1){
        display: none;
    }
    .footer__item:nth-child(3){
        display: none;
    }
}
@media (min-width: 768px){
    .footer__item:nth-child(1){
        display: none;
    }
    .footer__item:nth-child(3){
        display: none;
    }
}
@media (min-width: 992px){
    .footer__item:nth-child(1){
        display: none;
    }
    .footer__item:nth-child(2){
        .copy{
            border-radius: 4px;
        }
    }
    .footer__item:nth-child(3){
        display: none;
    }
}
@media (min-width: 1100px){
    .footer__item:nth-child(1){
        display: block;
        .copy{
            border-radius: 4px 0 0 4px;
        }
    }
    .footer__item:nth-child(2){
        .copy{
            border-radius: 0;
        }
    }
    .footer__item:nth-child(3){
        display: block;
        .copy{
            border-radius: 0 4px 4px 0;
        }
    }
}