@font-face {
    font-family: "Muli";
    src: url("./fonts/Muli-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Muli";
    src: url("./fonts/Muli-Semi-BoldItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Muli";
    src: url("./fonts/Muli-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

.logo{
    width:200px;
    margin:0px auto;
}

.logo img{
    width:200px;
    display: block;
}

.newlogo{
    width:520px;
    margin:0px auto;
}

.newlogo img{
    width:520px;
    display: block;
}

.a {
    color: #8f2c34;
    text-transform: lowercase;
}

.empty-container {
    display: block;
    float: left;
    width: 200px;
}

.registerbtn {
    background-color: #d8b800;
    border: none;
    cursor: pointer;
    width: 314px;
    opacity: 0.9;
    border-radius: 4px;
    font-size: 14px;
    color: black;
    font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 40px;
    display: block;
    float: left;
}

body {
    background: #f4f2e5 none top center repeat;
    background-attachment: fixed;
    color: #333;
    font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
}

.container1 {
    width: 520px;
    background-color: #f4f2e5;
    clear: both;
    margin: 0px auto;
}
.container1 .warning-msg{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-top: 70%;
    font-weight: bold;
}


.container1 .in {
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    width: 56%;
    height: 40px;
    padding-left: 10px;
    float: left;
}

.container1 .in1 {
    float: left;
    margin: 5px 0 22px 0;
    padding: 22px;
    border: none;
    border: 1px solid black;
    border-radius: 8px;
    outline: none;
    width: 56%;
    float: left;
}

p {
    /* position: absolute; */
    text-align: center;
    padding-left: 300px;
    font-size: 15px;
    display: block;
}

.container1 label {
    font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 40%;
    text-align: left;
    display: block;
    font-size: 14px;
    float: left;
    padding-top: 8px;
}

.container1 h1 {
    text-align: center;
    padding-top: 60px;
    font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21px !important;
    margin: 0px;
    display: block;
    border-bottom: 1px solid #b7b6ae !important;
    padding-bottom: 20px;
    font-style: normal !important;
    margin-bottom: 20px;
    padding-top: 20px;
}

.form-control {
    margin-bottom: 10px;
}

.form-control.success input {
    border-color: #2ecc71;
}

.form-control.error input {
    border-color: red;
}

.form-control .small {
    display: none;
}

.form-control.error .small {
    display: none;
}

.form-control .texterror {
    color: #e74c3c;
    font-size: 12px;
    float: left;
    padding-left: 10px;
}

.terms-text {
    float: left;
    width: 314px;
    font-size: 12px;
    font-style: italic;
    margin-top: 20px;
}

.clearfix {
    clear: both;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
}

@media (min-width: 1px) and (max-width: 529px) {
    .container1 {
        width: 100%;
    }
    .newlogo{
        width: 100%;
    }
    .newlogo img{
        width: 100%;
    }
    .empty-container{
        width: 40%;
    }
    .empty-container-reg{
        display: none;
    }
    .registerbtn{
        width: 100%;
    }
    .terms-text{
        width: 100%;
    }
}

.confirm {
    display: none;
}
.confirm > div:first-of-type {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
}
.confirm > div:last-of-type {
    padding: 10px 20px;
    background: white;
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    border: 1px solid #333;
}
.confirm > div:last-of-type div:first-of-type {
    min-width: 150px;
    padding: 10px;
}
.confirm > div:last-of-type div:last-of-type {
    text-align: right;
}