
.login-action-lostpassword #nav a {
    display: none;
}


.dt-dsd-wrap {
    padding: 0 5%;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    line-height: 1.8em;
    color: #797979;
}

.dt-dsd-wrap h1,
.dt-dsd-wrap h2,
.dt-dsd-wrap h3,
.dt-dsd-wrap h4,
.dt-dsd-wrap h5,
.dt-dsd-wrap h6 {
    font-family: "Poppins", Sans-serif;
}

header.dt_dsb_header {
    margin-bottom: 50px;
}

.dt_dsb_header h2 {
    font-size: 40px;
    font-family: "Poppins", Sans-serif;
    color: rgb(44, 44, 81);
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 6px;
}

.dt_dsb_header p {
    font-size: 18px;
    color: rgb(103, 119, 137);
    line-height: 1.4;
    margin-top: 0;
}

/** === Grid System === **/
.dt-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.dt-col-6 {
    width: 47%;
}

.dt-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}

/** === Box === **/
.dt-col {
    height: 400px;
}
.dt-dsb-box {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 6px 0px rgba(1, 1, 64, 0.04);
    padding: 45px 50px 34px;
    height: 400px;
}

.dt-dsb-box h4 {
    font-size: 26px;
    color: rgb(44, 44, 81);
    line-height: 1.2;
    margin: 0;
}

.dt-dsb-features-box {
    margin-top: 24px;
}

.dt-box-features li {
    color: #2c2c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
}

.dt-box-features li p {
    color: #797979;
    margin: 0;
    padding-left: 35px;
    padding-bottom: 10px;
}

.dt-box-features li i {
    margin-right: 15px;
    color: rgb(94, 44, 237);
}

/** === Registration Form === **/
.dt-dsb-box.dt-theme-register-box {
    padding: 0 0 25px 0;
    position: relative;
}

.dt-box-head {
    background-color: rgb(94, 44, 237);
    padding: 45px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.dt-box-head.failed {
    background: #f34b5b;
}

.dt-box-head.success {
    background: #29bd5d;
}

.dt-box-head h4 {
    color: #fff;
    font-weight: 500;
}

.dt-box-head h4 i {
    padding-right: 15px;
}

.dt-theme-register-form {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 0 6%;
    position: relative;
}

.dt-theme-register-form input[type=text],
.dt-theme-register-form input[type=email] {
    display: block;
    border: 1px solid rgb(239, 237, 245);
    background-color: rgb(250, 249, 252);
    width: 100%;
    border-radius: 30px;
    font-size: 16px;
    color: rgb(112, 103, 138);
    line-height: 1.5;
    margin-bottom: 20px;
    height: 60px;
    padding-left: 30px;
    text-align: center;
}

.dt-theme-register-form input[type=submit] {
    background-color: rgb(94, 44, 237);
    width: 100%;
    height: 54px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: none;
    border-radius: 30px;
}

.dt-theme-register-form input[type=submit]:hover {
    cursor: pointer;
}

.dt-box-foot {
    padding: 0 6%;
    text-align: center;
}

.dt-box-foot a {
    font-size: 15px;
    color: rgb(94, 44, 237);
    text-decoration: none;
}