.continator-new {
    width: 100%;
    padding-top: 150px;
    margin-right: auto;
    margin-left: auto;
    color: #666666;
    font-size: 15px;
    min-height: 800px;
}
.partefolosita {
    display: block;
    position: relative;
}

.parte-principala {
    border: 0;
    background: #fff !important;
    width: 100%;
    max-width: 500px;
    position: relative;
    border-radius: 30px;
    margin: auto auto 50px auto !important;
    padding: 30px 50px 80px 50px !important;
    box-shadow: 0 0px 10px 0px #ddd;
}
.btn-new {
    background-color: #3770d1;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0;
    max-width: 300px;
    color: #fff;
    width: 100%;
    margin: 20px 0 20px 0;
    font-weight: 900;
    display: block;
    font-size: 15px;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
}


 
.parte h3 {
    margin-bottom: 40px;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600 !important;
    color: #6090db;
    text-transform: uppercase;
}

.footer-new-login {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    height: 50px !important;
    left: 0;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: 1px solid #ddd;
    line-height: 50px;
    right: 0;

}

.parte .enter-user {
    padding: 0px 15px 0px 15px;
    text-align: left;
    display: block;
    min-height: 35px;
    height: 35px;
    border-radius: 30px !important;
    line-height: 35px;
    margin: 5px 0px 15px 0px !important;
    width: 100%;
    border: 1px solid #b1b1b1;
    max-width: 300px;
    font-size: 15px;
}
.parte .enter-user:focus {
    border:1px solid #6090db !important;
    outline: 0;
}
.parte label {
    font-size: 11px !important;
    font-weight: 600;
    margin-bottom: -5px;
    width: auto;
    height: 20px !important;
    text-align: left !important;
    color: #495057 !important;
    display: block;
    position: relative !important;
    margin-left: 10px;
    line-height: 20px;
}

.form_login {
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin: auto;
}