.navbar-brand {
    margin: 0 auto;
}

.navbar-toggle {
}

.hero {
    padding-top: 80px;
    padding-bottom: 80px;
    height: auto;
}

.mobile-hero-image {
    height: 272px;
    background: url('/img/theme/duwio-banner.jpg') no-repeat;
    background-size: 160%;
    background-position: center;
}

@media (min-width: 500px) {
    .mobile-hero-image {
        height: 400px;
    }
}


.hero img {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.hero .hero-text {
    text-align: center;
    position: relative;
    z-index: 1;
    color: black;
    width: 90%;
    margin: auto;
}

.hero .hero-text h1 {
    font-weight: bold;
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.hero .hero-text h2 {
    font-weight: normal;
    font-size: 1.25rem;
    margin-bottom: 30px;
}


.features-panel {
    background-color: white;
    padding-top: 70px;
    padding-bottom: 70px;
}

.features-panel .feature {
    margin-bottom: 30px;
}

.features-panel .feature img {
    margin-bottom: 20px;
}

.features-panel h2 {
    margin-bottom: 30px;
}

.features-list {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}

.features-list>div {
    padding: 0 30px;
}

.dorothy-panel {
    background-color: #CDF3D9;
    font-size: 1.15rem;
    padding: 80px 30px;
    overflow: hidden;
    height: 840px;
    position: relative;
}

.dorothy-panel .dorothy {
    position: relative;
    left: -40px;
    bottom: 0;
}

.dorothy-panel .dorothy img {
    width: 500px;
}

.logo-panel {
    background-color: #FEF9E1;
    padding: 30px;
    padding-bottom: 135px;
}

.logo-panel h2 {
    font-size: 1.875rem;
    margin: 0;
}

.logo-panel .logo-box {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    height: 311px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 1.1875rem;
    line-height: 1.4rem;
}

.logo-panel .logo-box .attribution {
    font-size: 0.875rem;
    font-weight: normal;
    position: absolute;
    bottom: 10px;
}

.logo-panel .logo-box .attribution p {
    height: 60px;
    margin-top: 15px;
}

.logo-boxes {
    margin-top: 2px;
    margin-bottom: 50px;
}

.logo-panel .logo-box img {}

.signup h3 {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.signup-form {
    margin: 0 auto;

    position: relative;
}

.signup-form input {
    border: none;
    border: solid 1px #4DC47D;
    border-radius: 5px;
    padding: 15px;
    height: 50px;
}

.signup-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    background: none;
    border: none;
    padding: 8px;
    width: 40px;
    height: 40px;
    outline: none;
}


.error-panel {
    background-color: #CDF3D9;
    font-size: 1.15rem;
    padding: 80px 30px;
    min-height: 600px;
}


.duwio-footer {
    border-top: 2px solid #E5E5E5;
}

.duwio-footer-main {
    padding: 60px 0;
}

.duwio-footer-main a {
    font-weight: 600;
    display: inline-block;
    margin-right: 20px;
}


.duwio-footer-bottom {
    border-top: 2px solid #E5E5E5;
    padding: 30px 0;
    font-size: 0.85rem;
    color: #555555;
}

.duwio-footer-bottom p {
    margin: 0;
}

.duwio-login {
    background-color: #C3F4D7;
    min-height: 800px;
}

.duwio-login .login-form {
    margin: 60px auto;
    background-color: white;
    padding: 40px 30px;
    border-radius: 20px;
    min-height: 400px;
}

.duwio-login .login-form a {
    color: #4DC47D;
    font-weight: 600;
}

.duwio-login .login-form a:hover {
    color: #4DC47D;
    text-decoration: underline;
}

.duwio-login .login-form .mt-checkbox {
    margin: 0;
}

.duwio-login .login-form .form-control {
    border-radius: 5px;
    height: 50px;
    padding: 10px 20px;
}

form .hint-block {
    margin-top: 5px;
    color: #646a72;
    font-size: 0.875rem;
}

.font-weight-semibold {
    font-weight: 600;
}

.text-green {
    color: #4DC47D;
}

.btn {
    background-color: #4DC47D;
    border: none;
    color: white;
    border-radius: 22px;
    height: 44px;
    line-height: 30px;
    min-width: 150px;
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(to left, #4DC47D 50%, black 50%) right;
    background-size: 201%;
    transition: .5s ease-out;
}

.btn.large {
    height: 55px;
    border-radius: 27.5px;
    line-height: 40px;
    font-size: 1.175rem;
    padding-left: 50px;
    padding-right: 50px;
}

.btn:hover {
    background-position: left;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #599ce3;
    outline: 0;
    box-shadow: none;
}



/* Checkbox and radio styles taken from components.min.css */
.mt-checkbox,
.mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.mt-checkbox.mt-checkbox-disabled,
.mt-checkbox.mt-radio-disabled,
.mt-radio.mt-checkbox-disabled,
.mt-radio.mt-radio-disabled {
    opacity: .6;
    filter: alpha(opacity=60)
}

.mt-checkbox>input,
.mt-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0)
}

.mt-checkbox>span,
.mt-radio>span {
    border: 1px solid transparent;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #E6E6E6
}

.mt-checkbox>span:after,
.mt-radio>span:after {
    content: '';
    position: absolute;
    display: none
}

.input-icon>i,
.mt-checkbox-list .mt-checkbox,
.mt-checkbox-list .mt-radio,
.mt-checkbox>input:checked~span:after,
.mt-radio-list .mt-checkbox,
.mt-radio-list .mt-radio,
.mt-radio>input:checked~span:after {
    display: block
}

.mt-checkbox>input:focus~span,
.mt-radio>input:focus~span {
    background: #d9d9d9;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.mt-checkbox>input:checked~span,
.mt-radio>input:checked~span {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #d9d9d9
}

.mt-checkbox>input:disabled~span,
.mt-radio>input:disabled~span {
    opacity: .6;
    filter: alpha(opacity=60);
    pointer-events: none
}


.mt-checkbox.mt-checkbox-outline>input:checked~span,
.mt-checkbox.mt-checkbox-outline>input:focus~span,
.mt-checkbox.mt-checkbox-outline>span,
.mt-checkbox.mt-radio-outline>input:checked~span,
.mt-checkbox.mt-radio-outline>input:focus~span,
.mt-checkbox.mt-radio-outline>span,
.mt-radio.mt-checkbox-outline>input:checked~span,
.mt-radio.mt-checkbox-outline>input:focus~span,
.mt-radio.mt-checkbox-outline>span,
.mt-radio.mt-radio-outline>input:checked~span,
.mt-radio.mt-radio-outline>input:focus~span,
.mt-radio.mt-radio-outline>span {
    border: 1px solid #d9d9d9;
    background: 0 0;
}

.mt-checkbox.mt-checkbox-outline>input:checked~span {
    background-color: #4DC47D;
    border-color: #4DC47D;
}

/* This is the actual check mark */
.mt-checkbox>span:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.mt-checkbox>input:disabled~span:after {
    border-color: #888
}

/* end checkbox */



@media (min-width: 768px) {

    .logo-panel {
        padding-top: 92px;
    }



    .duwio-login .login-form {
        padding: 60px;
    }

    .signup-form {
        width: 80%;
    }

    .dorothy-panel .dorothy img {
        width: 940px;
    }
}

@media (min-width: 1200px) {

    .mobile-hero-image {
        display: none;
    }

    .hero {
        height: 655px;
    }

    .hero img {
        display: block;
    }

    .hero .hero-text {
        color: white;
        text-align: left;
    }

    .hero .hero-text h1 {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .hero .hero-text h2 {
        font-weight: normal;
        font-size: 1.575rem;
    }

    .features-panel {
        padding: 120px 0;
    }

    .dorothy-panel {
        padding: 0;
        height: 680px;
    }

    .logo-panel .logo-box {
        margin-bottom: 0;
    }
}