﻿body {
    margin: 0;
    padding: 0;
    /*background: linear-gradient( #def2fa, #f9fafc);
    background-repeat:no-repeat;*/
    /*background-image: linear-gradient(to bottom, #f2f2f2, #fff);*/
    /*background-image:url(../Images/bg4.jpg);
  background-size: ;
  /*background-repeat:no-repeat;
  background-attachment:fixed;*/
    background-image: url('../Images/bg4.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-position: left left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #f2f2f2;
}

.boxcard {
    margin-bottom: 10px;
    border: none;
}

.AppTitle {
    width: 100%;
    padding: 20px;
    top: 30%;
    left: 50%;
    text-align: center;
    transition: 0.25s;
    /*margin-top: 100px;*/
    border-radius: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom:0px;
}

.Logo {
    text-align: center;
    /*margin-top: 50px;*/
}

@font-face {
    font-family: 'GothicA1-ExtraBold';
    src: url('../fonts/Gothic_A1/GothicA1-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'GothicA1-Black';
    src: url('../fonts/Gothic_A1/GothicA1-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'GothicA1-Light';
    src: url('../fonts/Gothic_A1/GothicA1-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'DOMINIKTH';
    src: url('../fonts/Centure_Gothic/DOMINIKTH.TTF') format('truetype');
}

@font-face {
    font-family: 'SansSerifBldFLF';
    src: url('../fonts/Centure_Gothic/SansSerifBldFLF.otf') format('opentype');
}

@font-face {
    font-family: 'SansSerifFLF-Demibold';
    src: url('../fonts/Centure_Gothic/SansSerifFLF-Demibold.otf') format('opentype');
}

.AppTitle h1 {
    /*color: #0b4775;*/
    color: #6e3917;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight:800;
    /*text-shadow:0px 0px 1px #333;*/
    font-size: 50px;
    /*padding:10px;*/
    font-family: 'DOMINIKTH';
    margin-bottom:0px;
}

.box {
    width: 75%;
    padding: 20px;
    top: 5%;
    left: 50%;
    background: #98eeff; /*#ffe87d;*/
    /*background-image: linear-gradient(to bottom, #ffe87dfa, #ffe87dfa);
  background-size: 100% 100%;
  background-attachment:fixed;*/
    text-align: center;
    transition: 0.25s;
    /*margin-top: 100px;*/
    border-radius: 8px;
    /*box-shadow: rgb(251, 177, 42) 1px 0px 100px 10px inset;*/
    box-shadow: rgb(42, 161, 251) 1px 0px 100px 10px inset;
    display:inline-block;
}

.textbox {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    margin-bottom: 5px;
    margin-top: 0px;
    text-align: left;
    border: 2px solid #0b4775;
    padding: 10px 10px;
    width: 85%;
    outline: none;
    color: #0b4775;
    border-radius: 0px;
    transition: 0.25s;
}

.box h4 {
    color: #a05c08;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}

.box p {
    margin-bottom: 1px;
    padding-left: 40px;
    font-size: 13px;
    font-weight: 500;
}

.textbox:focus {
    width: 85%;
    border-color: #2ecc71;
}

.verify {
    border: 0;
    background: none;
    /*display: block;*/
    margin: 10px auto;
    text-align: center;
    border: 2px solid #0b4775;
    padding: 3px 20px;
    outline: none;
    color: white;
    border-radius: 0px;
    transition: 0.25s;
    cursor: pointer;
    background: #0b4775;
    margin-bottom: 0px;
    text-decoration: none;
}

    .verify:hover {
        background: #2ecc71;
        border: 2px solid #2ecc71;
        color: #fff;
    }

.forgot {
    text-decoration: underline;
}

.resend {
    cursor: pointer;
    color: blue;
    font-size: 14px;
}

input[type=number] {
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    border: 1px solid #000000;
    background-color: transparent;
    margin-right: 25px;
}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/*loading*/
.loaderpopup {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(252, 252, 252, 0.95);
    filter: alpha(opacity=60);
    /*opacity: 0.6;*/
    -moz-opacity: 0.8;
    /*margin-left: -380px;
            margin-bottom: -150px;*/
    padding: 0px;
    z-index: 2147483647;
}

.loadercenterpop {
    z-index: 1000;
    margin: 0px auto;
    padding-top: 150px;
    margin-left: 650px;
    width: 230px;
    /*background-color: White;
    border-radius: 10px;*/
    /*filter: alpha(opacity=100);*/
    /*opacity: 1;*/
    -moz-opacity: 1;
}

    .loadercenterpop img {
        height: auto;
        width: auto;
    }

    .loadercenterpop h4 {
        color: #0b4775;
        position: relative;
        top: -20px;
    }

@media (max-width: 767px) {
    .loadercenterpop {
        margin-left: 100px;
    }
}

/***********************************/

@media all and (max-width: 699px) and (min-width: 520px) {
    .loadercenterpop {
        margin-left: 150px;
    }

    /*ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
        display: inline;
        margin: 0 5px;
    }

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

    .social-network a.icoFacebook:hover i,
    .social-network a.icoTwitter:hover i,
    .social-network a.icoGoogle:hover i {
        color: #fff;
    }

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    transform: rotate(360deg);
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    transition: all 0.8s;
    transition: all 0.8s;
}*/

