﻿.loginBox {
   border: 9px solid #4baae4;
    border-radius: 25px;
    height: 400px;
    left: 50%;
    margin: -200px 0 0 -250px;
    position: absolute;
    top: 40%;
    width: 500px;
    padding:5px;
}

    .loginBox .header {
        padding: 5px;
        font-size:16px;
        background: #ccc;
        text-align:center;
    }
     .loginBox .title {
        color: #007dc6;
    font-size: 20px;
    font-weight: bold;
    height: 90px;
    margin-top: 45px;
    padding: 31px 5px;
    text-align: center;
    background: url("../images/ram_logo.png") no-repeat center center;
    }

    .loginBox .first {
        float:left;
        padding-left:20px;
        width:220px;
        
    }
    .loginBox .second {
        float:left;
        padding-left:20px;
        width:220px;

    }
    .loginBox .third {
        text-align:center;
        height:50px;
 
    }

    .loginBox .content {
        padding:10px;
        height:80px;
   
    }

    .loginBox .inputcss {
        border: 1px solid #4BAAE4;
    }
    .loginBox span {
       color: #ff9922;
    font-size: 16px;
    font-weight: 600
    }

.igTabs {
    border-bottom: 1px solid #069;
    height: 30px;
    margin: 0 0 20px !important;
    padding: 0 0 0 10px !important;
}
.igTabs li {
    float: left;
    list-style: outside none none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.igTabs li.active a {
    background: none repeat scroll 0 0 #fff;
    color: #343434;
}

.igTabs li a {
    background: none repeat scroll 0 0 #069;
    border-left: 1px solid #069;
    border-right: 1px solid #069;
    border-top: 1px solid #069;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 5px 0 0;
    padding: 5px 15px;
    text-decoration: none;
}