@import url(login_responsive.css);

.big-button {
    background-color: #FF8200;
    max-width: 100%;
    text-align: center;
    padding: 10px;
}
.big-button a,
.big-button a:hover,
.big-button a:active,
.bit-button a:visited {
    color: white;
    font-size: 16pt;
    text-decoration: none;
}
.forgot-instructions {
    font-size: 9pt;
    color: white;
    text-shadow: 1px 1px 1px rgb(10, 9, 9);
}
.forgot-instructions a {
    color: rgb(71, 191, 253);
    text-shadow: 1px 1px 1px rgb(10, 9, 9);
}
#login-form h5, #login-form h2, #login-form label {
    text-shadow: 1px 1px 1px rgb(10, 9, 9);
}
#slides {
    width: 100%;
    height: 500px;
}
#slides div {
    background-size: cover;
    /*background-position: center;*/
    background-position-y: 50%;
    background-position-x: 70%;
    height: 500px;
}


#slides .caption {
	display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    margin: 0;
    width: 100%;
    color: #cdc5b8;
    background-color: rgb(19, 17, 17);
    font-size:20px;
    min-height: 24px;
}
.hide {
    display: none;
}
#login-box {
    /*background: url(../img/headerimg-login.jpg) no-repeat;*/
    /*background: url(../images/ncsu_admissions_background.jpg) center no-repeat;*/
    height: 350px;
    border-bottom: 2px solid #58595B;
    border-top: 2px solid #fff;
}
#login-form {
    background-color: rgba(0,0,0,0.36);
    padding: 20px;
    color: white;
    box-shadow: 6px 6px 10px #000;
    width: 300px;
    height: 77%;
}
#login-form h5 {
    font-size: 23px;
    color: white;
    font-weight: normal;
}
.textfield {
    height: 45px;
    border-style:solid !important; 
    border-color:rgba(255, 255, 255, 0.66) !important; 
    border-width: 1px !important; 
    background-color: white !important;
    width: 100%;
    max-width: 93%;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
    color: black;
    /*margin: 2px 0;*/
}
footer {
    border-top: 2px solid #000000;
    background-color: #000000;
}
.big-submit:hover {
    background-color: #58595B;
}
a.register-link i {
    color: #FF8200;
}
a.register-link {
    color: white;
    text-decoration: none;
    font-size: 20px;
}
    .big-submit a {
        font-size: 13pt;
    }
    .link-button {
        background:none!important;
        border:none; 
        padding:0!important;
        font: inherit;
        cursor: pointer;
        color: white;
        font-size: 13pt;
    }
    #login-form h1 {
        color: white;
    }
#login-form label {
    width: 75px;
    display: inline-block;
    font-size: 13px;
    margin-top: 6px;
    float: right;
}
#login-form button[type='submit'] {
    margin-top: 10px;
    float: right;
}
#login-box {
    position: relative;
    padding: 0;
    height: 74%;
}
.login-form-wrapper {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}
.slidesjs-navigation,
.slidesjs-pagination {
    display: none !important;
}
.slidesjs-control {
    height: 100% !important;
}
.slidesjs-control img {
    height: 100%;
    width: auto;
}
.input-place {
    margin: 10px 0;
}

body {
    margin: 0;
    padding: 0;
}
.slidesjs-container {
    height: 426px !important;
}
.big-submit {
  height: 24px;
  padding-top: 13px;
  margin: 5px 0 10px 0;
}

.big-submit {
    height: 24px;
    padding-top: 13px;
    margin: 5px 0 10px 0;
    cursor: hand;
    cursor: pointer;
}
.forgot-instructions {
    font-size: 9pt;
    color: white;
    text-shadow: 1px 1px 1px rgb(10, 9, 9);
    float: right;
    margin-top: 18px;
}
.forgot-instructions a {
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgb(10, 9, 9);
    font-weight: 400;
    font-size: 16px;
}
.forgot-instructions a:hover {
    text-decoration: underline;
}


.register-link span {
    display: inline-block;
    -webkit-transition: margin-left 0.2s ease;
    transition: margin-left 0.2s ease;
}
.move-right {
    margin-left: 10px;
}
.slick-dots
{
    position: relative;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;
    top: -25px;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 50px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    
    color: #908D8D;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: white;
}


#campus {
    background-image: url(https://www.google.com/maps/vt/data=VLHX1wd2Cgu8wR6jwyh-km8JBWAkEzU4,Y4S-bcdcbk5mYtf6r-Y7njAsnN3zU_2tE3EZUjYrmf9ATzz-Eynk8Kit8BPiqdmtTrvdIY4JucVk3RBRCtKWTiS_Y8mves0nk-o3qrJZ6w1f-VD0hT7Rp3khdalVdEwGYoTj);
}

div.thumb_1 {
    float: left;
    background-position: center center;
    background-size: cover;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
    margin-right:5px;
}
#header-left img {
    max-width: 313px;
    max-height:105px;
}