.Bg-Login, .login {
    width: 100%;
}

.custom-select select, .select-hide {
    display: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Arial Black",Arial;
    font-size: 12pt;
    background: url(../images/cox-login.jpg) no-repeat fixed;
    background-size: cover;
}

.Float-left {
    float: left;
}

.Float-right {
    float: right;
}

.Bg-Login {
    margin: -5% auto 0;
    background: #fff;
    border-radius: 100%;
    max-width: 479px;
    height: 479px;
    text-align: center;
    position: relative;
}

h2 {
    color: #000;
    font-size: 21pt;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
}

.Section_Form, .Section_Logo {
    margin: 0 auto;
}

.MarginTop50 {
    padding-top: 116px;
}

.Section_Logo {
    width: 280px;
}

.clearFix {
    clear: both;
}

.subheading {
    font-size: 18pt;
    color: #355a7c;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.username {
    background: url(../images/icon-username.png) 23px no-repeat;
}

.password {
    background: url(../images/icon-password.png) 23px no-repeat;
}

.Section_Form input {
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    font-size: 100%;
    padding: 15px 29px;
    width: 54%;
    margin-bottom: 10px;
    text-indent: 24px;
}

.Margin_Top {
    margin-top: 30px;
}

:placeholder {
    color: #000;
}

.custom-select {
    position: relative;
    font-family: Arial;
    text-align: left;
    font-size: 100%;
}

.select-selected {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    width: 49%; /*! border-radius: 40px; */
    margin: 0 auto;
}

    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 69px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #000 transparent transparent;
    }

    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #000 #0000;
        top: 7px;
    }

.select-items div, .select-selected {
    color: #757575;
    padding: 8px 16px; /*! border: none; */
    cursor: pointer;
    user-select: none; /*! width: 100%; */ /*! border-radius: 40px 40px 0 0; */
    font-weight: 400;
}

.select-items {
    position: absolute;
    background-color: #f7f7f7;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 169px;
    border-radius: 0 0 10px 10px; /*! margin-left: 12px; */
    margin: 0 auto;
    max-height: 79px;
    overflow-y: auto;
}

    .same-as-selected, .select-items div:hover {
        background-color: rgba(0,0,0,.1);
    }

.marginTop30 {
    margin-top: 23px;
}

.Button_login {
    background: #fff;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: absolute;
    bottom: -31px;
    left: 37%;
    cursor: pointer;
}

.marginTop10 {
    margin-top: 10px;
}

@media only screen and (min-width:1300px) {
    .MarginTop50 {
        padding-top: 103px;
    }

    .Bg-Login {
        margin-top: -94px;
    }
}

.box {
    background: #fff;
    border-radius: 15px;
    width: 25%;
    margin-right: 6%;
    display: inline-block;
    text-align: center;
    padding: 1%;
    height: auto;
    align-items: center;
}

    .box img {
        max-width: 100%;
    }

    .box .button, .box button {
        border-radius: 10px;
        color: #fff;
        font-size: 12pt;
        text-transform: uppercase;
        background: #00a1d2;
        border: none;
        padding: 3% 15%;
        cursor: pointer;
        vertical-align: bottom;
    }

@media only screen and (min-width:320px) and (max-width:640px) {
    .box {
        width: 96%;
        margin-bottom: 10px;
    }
}

.Wrapper_padding {
    margin-top: 15%;
    margin-left: 7%;
    align-items: center;
    text-align: center;
}

@media only screen and (width:320px) {
    .Bg-Login {
        border-radius: 0;
    }
}
