body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: #b3b3b3;
    /*b7443d*/
    /*d14841*/
}

#input-pass {
    margin-bottom: 10px;
}

#loginform label {
    color: #fff;
}

#email,
#password,
#activation_code,
#new_password,
#confirm_password {
    background-color: #FFF;
}

.box {
    max-width: 500px;
    min-height: 375px;
    padding: 40px;
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    background: #FFF;
    text-align: center;
    transition: 0.25s;
    /*margin-top: 100px*/
}

.box input[type="text"],
.box input[type="password"] {
    border: 0;
    background: none;
    display: block;
    /*margin: 20px auto;*/
    text-align: left;
    border: 1px solid #0e5aa5;
    padding: 10px 10px;
    width: 100%;
    outline: none;
    color: rgb(104, 96, 96);
    border-radius: 5px;
    transition: 0.25s
}

.box h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 500
}

.box input[type="text"]:focus,
.box input[type="password"]:focus {
    width: 300px;
    border-color: #2DC64F
}

.box input[type="submit"] {
    border: 0;
    background: none;
    display: block;
    /*margin: 20px auto;*/
    text-align: center;
    border: 2px solid #2DC64F;
    /*padding: 14px 40px;*/
    outline: none;
    color: white;
    background: #2DC64F;
    border-radius: 5px;
    transition: 0.25s;
    cursor: pointer;
    /*width: 250px;*/
}

.box input[type="submit"]:hover {
    background: #2DC64F
}

.forgot {
    text-decoration: underline
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0
}

ul.social-network li {
    display: inline;
    margin: 0 5px
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518
}

.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i {
    color: #fff
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center
}

.social-circle li a:hover i,
.triggeredHover {
    transform: rotate(360deg);
    transition: all 0.2s
}

.social-circle i {
    color: #fff;
    transition: all 0.8s;
    transition: all 0.8s
}

.form-group label {
    color: #585858;
    font-size: 12px;
}

.modal .logo-unity {
    max-width: 80px;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

.modal h5 {
    font-size: 14px;
    font-weight: bold;
    color: #0e0e0e;
}

.modal-body p {
    font-size: 13px;
    color: #585858;
}

.btn-confirm {
    background-color: #2DC64F;
    color: #FFF;
}

.btn-confirm:hover {
    background-color: #2E8B57;
    color: #FFF;
}

#password {
    margin-bottom: 10px;
}

@media only screen and (max-width: 989px) {
    .card {
        margin-top: 50px;
        min-height: 375px!important;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1366px) {
    .card {
        margin-top: 100px;
        min-width: 400px !important;
        min-height: 375px;
    }
}

@media only screen and (min-width:1366.1px) {
    .card {
        margin-top: 150px;
        min-width: 400px !important;
        min-height: 375px!important;
    }
}