﻿@media screen and (min-width:1400px) and (max-width:5000px) {
    .box {
        background-color: transparent;
        padding: 0px 35px;
        /*margin-top: 15px;*/
        /*box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    }
}
@media screen and (min-width:768px) and (max-width:1399px) {
    .box {
        background-color: transparent;
        padding: 0px 25px;
        /*margin-top: 15px;*/
        /*box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    }
}
@media screen and (min-width:320px) and (max-width:767px) {
    .box {
        background-color: transparent;
        padding: 15px 0px;
        /*margin-top: 15px;*/
        /*box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    }
}

p.subhead {
    color: #003153;
    font-size: 20px;
}

p {
    color: #003153;
    /*font-weight: bold !important;*/
}

a {
    /*color: #23a9f6;*/
    color: #87cefa !important;
}

strong {
    color: #95a5bb;
}

.form-control:focus {
    box-shadow: none;
}

.divider-form {
    border: 1px solid #eeeeee;
    margin-top: 15px;
    margin-bottom: 15px;
}

.loginheader {
    font-weight: bold;
    color: #003153;
    font-weight: bold;
    font-size: 160% !important;
    margin-top: 2%;
    margin-bottom: -1%;
}

.center, .center-align {
    text-align: center;
}

.btn {
    color: #ffffff !important;
    background-color: #003153 !important;
}

.delemSpan {
    font-size: 20px;
    background-color: #ffffff;
    padding: 0 5px;
}

.delemDiv {
    width: 100%;
    height: 15px;
    border-bottom: 1px solid black;
    text-align: center;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 45px;
        cursor: pointer;
        color: #003153;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            font-size: 14px;
            left: 0;
            top: -1px;
            width: 30px;
            height: 25px;
            border: 1px solid #bbb;
            background: #fff;
            border-radius: 3px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
        }
        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: 1px;
            left: 4px;
            font-size: 25px;
            line-height: 0.8;
            color: #003153;
            transition: all .2s;
        }
        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}
/* hover style just for information */
label:hover:before {
    border: 1px solid #4778d9 !important;
}
/* Useless styles, just for demo design */
.copy {
    margin-top: 2em;
}

    .copy a {
        text-decoration: none;
        color: #4778d9;
    }

#ErrMessage {
    color: red;
    /*float: center;*/
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    max-width: 400px;
    width: calc(100% - 2em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

    .input__field:focus {
        outline: none;
    }

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

/* Hoshi */
.input--hoshi {
    overflow: hidden;
}
/*
#imgicon{
	
padding:5px;
padding-left:15px;

}

#imgicon1{
	
padding:5px;
padding-top:10px;	
padding-left:15px;

}
*/
#imgicon1 {
    padding-left: 1px;
}

.input__field--hoshi {
    margin-top: 1em;
    padding: 0.85em 0.15em;
    width: 100%;
    background: transparent;
    color: #595F6E;
    padding-bottom: 15px;
    margin-right: 10px;
}

.input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.25em;
    width: 100%;
    height: calc(100% - 1em);
    text-align: left;
    pointer-events: none;
}

.input__label-content--hoshi {
    position: absolute;
    padding-left: 5px;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
    margin-top: 2px;
}

.input__label--hoshi-color-1::after {
    border-color: hsl(0, 100%, 100%);
}

.input__label--hoshi-color-2::after {
    border-color: hsl(0, 100%, 100%);
}

.input__label--hoshi-color-3::after {
    border-color: hsl(20, 100%, 50%);
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

/* Large Devices, Wide Screens */


@media (min-width:1024px) {
    .Absolute-Center {
    }
}

@media (max-width:1000px) and (min-width:768px) {
    .Absolute-Center {
    }
}
