#modal .modal-header {

    padding: 15px;
    border-bottom: none;
}

#modal .modal-header .close {
    margin-top: -2px;
}

#modal button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

#modal .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    /* opacity: .2; */
}

#modal .modal-content {
    position: relative;
    background-color: rgba(0, 0, 0, 0.83);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding: 0 50px 10px 50px;
}

#modal .modal-dialog {
    position: relative;
    width: 600px;
    color: #ffffff;

    margin: 200px auto;
}

.center-align {

    margin: 0 auto 0;
    text-align: center !important;
}

h1 {

    color: #ffffff;
    margin: 0 auto 20px;
    text-align: center;
    font-weight: bold;
}

.enter-email {
    margin: 0 auto 0;
    text-align: center;

}

.enter-email .form-control {

    height: 60px;
    padding: 6px 12px;
    font-size: 18px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 0px;

    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.enter-password .form-control {

    height: 60px;
    padding: 6px 12px;
    font-size: 18px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 0px;

    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group-button .btn {

    width: 115px;
    height: 60px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 18px;
    /* margin: 10px 0px 80px 10px;*/
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #f33887;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.social-icons a {

    text-decoration: none;
    color: #ffffff;
    margin: 10px;
    text-align: center;

}

a:hover a:focus {

    text-decoration: none;
    color: #ff171f;

}

.line {

    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 20px 0 0 0;

}

.ltext {

    float: left;
    line-height: 2.4;
    font-size: 18px;
}

.forgot-register {
    margin: 10px 0 10px 0;
    color: #f33887;
    font-size: 15px;
}

.forgot-register > a {
    text-decoration: none;
}

.social > a:hover, a:focus {
    color: #d8dbdb;
    text-decoration: none;
}

.social > a:active, a:hover {
    outline: 0;
}

.social > a {
    margin: 0 0 0 15px;
    color: #ffffff;
    text-decoration: none;
}

/*------------------MODAL-------------------*/

#modal #close-x {

    background: url("images/x-close.png");
    border: none;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 5px;
    top: 5px;

}

#modal #close-x:focus {
    border: none;
}

