﻿@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

@import url('../Main/Custom.css');
@import url('../Main/stylemedia.css');


/* :: 3.0 Base CSS */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'BYekan';
    font-size: 14px;
}
    /*body {
    font-family: 'BYekan';
    font-size: 14px;
    margin: 0;
    padding: 0;*/
    /*background-size: cover;*/
    /*height: 100%;
    text-align: center;
    background-position: center center;*/
    /*display: flex;
    align-items: center;
    position: relative;*/
    /*}*/

.rapkam-logo a:hover {
    color: #e7da0a;
}

.rapkam-logo a
{
    color:white;
}

.social-links i {
    display: inline-block;
    color: white;
    /*line-height: 1;*/
    /*padding: 8px 0;*/
    /*border-radius: 50%;*/
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    font-size: 22px;
    /*margin-right: 10px;*/
}

.login-right-side {
    opacity: 0.9;
    margin-top: 3%;
    width: 380px;
    background-color: #fb1d70;
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 20%;*/
    /* width: 20%;*/
}

.login-left-side {
    margin-top: 3%;
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;*/
    background-color: #fb1d70;
    width: 1000px;
    height: 860px;
}

.lbuserinfo {
    color: white;
}

    .lbuserinfo:focus,
    .lbuserinfo:hover {
        color: white;
    }

.lbuserinfo {
    font-size: 18px;
}

.userinfoDropDList a {
    font-size: 18px;
}

    .userinfoDropDList a:focus,
    .userinfoDropDList a:hover {
        background-color: #4b9df9;
        color: white;
    }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login {
        margin-top: 15%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login {
        margin-top: 10%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .login {
        margin-top: 22%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%;
    }
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    
}
/* ----------- iPhone XR ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 2) and (orientation : landscape) {
   
}

@media only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 2) and (orientation :portrait) {

   
}

/* Portrait and Landscape  SE */
@media only screen and (min-device-width : 667px) and (max-device-height : 375px) and (-webkit-device-pixel-ratio : 2) and (orientation : landscape) {
    .login-right-side {
        margin: 5px;
    }

    
}

@media only screen and (min-device-width : 375px) and (max-device-height : 667px) and (-webkit-device-pixel-ratio : 2) and (orientation : portrait) {
    .login-right-side {
        margin: 5px;
    }

    .col-rpa-width-383 {
        width: 100px;
        display:block;
    }
}

/* ----------- iPhone 12 Pro ----------- */

/* Portrait and Landscape */
@media only screen and (min-width: 844px) and (orientation: landscape) {
   
}

@media only screen and (min-width: 851px) and (orientation: landscape) {
    
}

@media (horizontal-viewport-segments: 2) and (min-width: 540px) {
   
}

#timerpanel {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 15px
}
/*#cover {
    background: #222 url('https://unsplash.it/1920/1080/?random') center center no-repeat;
    background-size: cover;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}*/
#cover-caption {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: rebeccapurple;
}

/*form:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: -1;
    border-radius: 10px;
}*/

/*.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinking {
    0% {
        border-left: 5px solid #ff0000;
    }

    49% {
        border-left: 5px solid #ff0000;
    }

    60% {
        border-left-color: transparent;
    }

    99% {
        border-left-color: transparent;
    }

    100% {
        border-left: 5px solid #ff0000;
    }
}*/
.blinking {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    0% {
        border-left: 5px solid #ff0000;
    }

    49% {
        border-left: 5px solid #ff0000;
    }

    60% {
        border-left-color: transparent;
    }

    99% {
        border-left-color: transparent;
    }

    100% {
        border-left: 5px solid #ff0000;
    }
}

.blinking-2 {
    -webkit-animation-name: blinker-2;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@keyframes blinker-2 {
    0% {
        border-right: 5px solid #ff0000;
    }

    49% {
        border-right: 5px solid #ff0000;
    }

    60% {
        border-right: transparent;
    }

    99% {
        border-right: transparent;
    }

    100% {
        border-right: 5px solid #ff0000;
    }
}

.blinking-3 {
    -webkit-animation-name: blinker-2;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@keyframes blinker-3 {
    0% {
        border-right: 5px solid #ff0000;
    }

    49% {
        border-right: 5px solid #ff0000;
    }

    60% {
        border-right: transparent;
    }

    99% {
        border-right: transparent;
    }

    100% {
        border-right: 5px solid #ff0000;
    }
}

.carousel-caption-login {
    /* top: 0;
    bottom: auto;*/
    position: absolute;
    width: 200px;
    z-index: 10;
    color:white;
    width:500px;
    text-align: center;
   /* top: 20%;*/
    right:400px;
    bottom: auto;
    margin-left:0px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0.6;
    background-color: #1b63f5;
}

