.full-view {
    background-color: #3266CC;
    background: url('../img/otherpage-banner.jpg') no-repeat center center fixed;
    background-size: cover;
}

.container.inside {
    margin: auto;
    margin-top: 40px;
    border-style: none;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 20px
}

h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 600;
}

.alert {
    font-weight: 600;
}

form .btn {
    background-color: #F2625A;
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    border-radius: 45px;
    opacity: 0.8;
    transition: 0.6s;
    font-weight: 600;
}

form .btn:hover {
    background-color: #EF483A;
    color: #fff;
    font-weight: 600;
}

hr {
    margin-top: 60px;
    margin-bottom: 60px;
    border-top: 2px solid #fff;
}

.other > a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    color: #DADFE3;
}

.other > a:hover {
    color: #F2625A;
}

.slash {
    font-size: 25px;
    color: #DADFE3;
}

h5.text-success{
    margin-bottom: 15px;
}

div.modal-body.alert.alert-success {
    margin-bottom: 0px;
}

.label {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 768px) {    
    .full-view {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.other > a {
    color: #fff !important;
}