body {
    font-family: 'Montserrat', sans-serif;

}

.bg-img-1 {
    background: url(../../img/auth_new/Syvid-Loginpage-082018.png) no-repeat bottom;
    background-size: cover;
    height: 100vh;
}


.card {
    border: 5px solid #fff;
    border-radius: 10px;
    background-color: #ff2854;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 25px;
}

.m-t-set {
    padding: 40px 0 40px;
}

.title {
    padding: 30px 0 30px;
    text-align: center;
    --webkit-text-align: center
}

.title2 {
    text-align: center;
    -webkit-text-align: center;
    color: #fff;
    padding-top: 20px;
}

.title p {
    color: #fff;
    font-size: 24px;
}

label {
    color: #fff;
}

input[type=text],input[type=email], input[type=password] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #95a5a6;
    border-radius: 0;
    color: #fff;
    /*padding: 0;*/
    box-shadow: none;
}


.form-control:focus {
    outline: none;
    border-color: #fff;
    box-shadow: none;
}

.font-16 {
    font-size: 16px !important;
}

.form-group {
    margin-bottom: 40px;
}

.title2 a {
    color: #ba94b4;
}

.btn-theme {
    background-color: #bd8cbf;
    border-radius: 20px;
    color: #fff;
    padding: 10px 40px;

}

.btn-theme:hover {
    color: #fff;
}

.btn-align {
    text-align: center;

}

.content {
    padding: 100px 0;
    text-align: center;
    --webkit-text-align: center;
}

.text-content {
    text-align: left;
    --webkit-text-align: left;
}

.text-content h1 {
    color: #ff2954;

}

.text-content p {
    padding-top: 20px;
    color: #666;
    font-size: 24px;
}

.btn-theme:hover {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.rel-left {
    position: relative;
    left: -4%;
}

@media (max-width: 768px) {
    .text-content {
        text-align: center;
    }
    .content{
        padding: 100px 0 0;
    }
    .rel-left{
        margin: 0 auto;
    }
}

/*** footer **/
.footer-account{
    padding: 5px 1rem;
    height: 60px;
    bottom: 0;
    background: transparent;
    width: 100%;
    border-top: none;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
}
.auth-footer {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin-left: -15px;
    margin-top: 8px;
}
.auth-footer li {
    margin: 0 10px;
}
.vinasx_logo {
    width: 120px;
}
p.desclaimer {
    text-align: center;
}

@media screen and (min-width :991px){
    p.desclaimer {
        margin-top: 20px;
        text-align: center;
    }
}

footer ul li a {
    color: inherit;
    padding: 15px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    display: block;
}
@media screen and (max-width:991px){
    .ftr-res {
        position: relative;
        margin-top: 548px;
    }
}
@media screen and (max-width:768px) and (min-width:767px){
    .ftr-res {
        position: relative;
        margin-top: 59px;
    }
}
@media screen and (max-width: 414px){
    .ftr-res {
        position: relative;
        margin-top: 420px;
    }
}

@media screen and (max-width: 375px){
    .ftr-res {
        position: relative;
        margin-top: 440px;
    }
}
@media screen and (max-width: 360px){
    .ftr-res {
        position: relative;
        margin-top: 500px;
    }
}
@media screen and (max-width: 320px){
    .ftr-res {
        position: relative;
        margin-top: 620px;
    }
}
